From b8141b06d7826a1ea8eef1c7250e6cfd2fb96cd5 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 28 Aug 2024 23:59:22 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/InterpretationLog.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 40845168..3297d9d3 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -192,15 +192,15 @@ export const InterpretationLog = () => { } label="10" /> } label="100" /> } label="Custom" /> - {customValue && ( - - )} + {customValue && ( + + )}