diff --git a/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/index.e2e.tsx b/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/index.e2e.tsx index 01180bdf4c40..beebccd131b3 100644 --- a/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/index.e2e.tsx +++ b/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/index.e2e.tsx @@ -18,7 +18,7 @@ function IncrementRenderCount() { } function ComposerWithSuggestionsE2e(props: ComposerWithSuggestionsProps, ref: ForwardedRef) { - "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