From 47a13fe843812f99dc1649dfe5b3619cb7e176d5 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Thu, 11 Jul 2024 17:21:07 +0200 Subject: [PATCH] fix: prettier --- .../ReportActionCompose/ComposerWithSuggestions/index.e2e.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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