From 41d4f221ea9e30295d926e28f472bf2fc77bce4f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 8 Sep 2024 03:55:06 +0530 Subject: [PATCH] feat(temp): no log --- src/components/molecules/InterpretationLog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 22403f8b..800aac83 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -139,9 +139,9 @@ export const InterpretationLog = () => { overflow: 'none', padding: '10px', }}> - + {/* {log} - + */} {tableData.length > 0 && (