Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jul 11, 2024
1 parent ae5e3ae commit 47a13fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function IncrementRenderCount() {
}

function ComposerWithSuggestionsE2e(props: ComposerWithSuggestionsProps, ref: ForwardedRef<ComposerRef>) {
"use no memo";
'use no memo';

// we rely on waterfall rendering in react, so we intentionally disable compiler
// for this component. This file is only used for e2e tests, so it's okay to
Expand Down

0 comments on commit 47a13fe

Please sign in to comment.