From 1d41204dc8d7f038a47d31b3f71d0490b67ffc1f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 30 Aug 2024 22:45:23 +0530 Subject: [PATCH] feat(Temp): render table even if no getList --- src/components/molecules/InterpretationLog.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index bffc8654..6e760097 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -153,9 +153,6 @@ export const InterpretationLog = () => { {log} - { - getList ? ( - <> @@ -221,9 +218,6 @@ export const InterpretationLog = () => { - - ) : null - }