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 ( -
+