From 5e70acec630e0d7a08e264f3364149ebd4bc5fd8 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 24 Aug 2024 09:59:19 +0530 Subject: [PATCH] chore: lint --- .../molecules/InterpretationLog.tsx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 2733a40d..1b326d21 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -113,26 +113,26 @@ export const InterpretationLog = () => { { getList ? ( <> -

What is the maximum number of rows you want to extract?

- - Gender - - } label="Female" /> - } label="Male" /> - } label="Other" /> - } - label="other" - /> - - - +

What is the maximum number of rows you want to extract?

+ + Gender + + } label="Female" /> + } label="Male" /> + } label="Other" /> + } + label="other" + /> + + + ) : null }