From 6e0770d2f5fd2a505fcd752a93c56aaa21d8a4ef Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:03:57 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/InterpretationLog.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 314e7fe9..79e7f26c 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -191,14 +191,14 @@ export const InterpretationLog = () => { } label="100" /> } label="Custom" /> {selectedOption === 'custom' && ( -                        -                      )} + + )}