From 78c88416f46137d1921885f47622ab5afe86fe82 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 18 Oct 2024 23:34:33 +0530 Subject: [PATCH] feat: fix interpretation buttom to bottom --- src/components/molecules/InterpretationLog.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 581ab62d..a3d1e88e 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -106,16 +106,18 @@ export const InterpretationLog: React.FC = ({ isOpen, se const columns = tableData.length > 0 ? Object.keys(tableData[0]) : []; return ( -
+