From cae9919c268510ab7e31fc9ec1af54002c38aab1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Aug 2024 18:16:13 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- .../src/features/verbs/VerbRequestForm.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/features/verbs/VerbRequestForm.tsx b/frontend/src/features/verbs/VerbRequestForm.tsx index 983d0b09b8..7ed2d80bbb 100644 --- a/frontend/src/features/verbs/VerbRequestForm.tsx +++ b/frontend/src/features/verbs/VerbRequestForm.tsx @@ -102,16 +102,16 @@ export const VerbRequestForm = ({ module, verb }: { module?: Module; verb?: Verb const bottomText = response ?? error ?? '' - const bodyEditor = - - const bodyPanels = bottomText === '' ? bodyEditor : - } - /> + const bodyEditor = + const bodyPanels = + bottomText === '' ? ( + bodyEditor + ) : ( + } + /> + ) return (