diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 0d660e5e..2883233c 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -173,7 +173,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se - {tableData.map((row, index) => ( + {tableData.slice(0, Math.min(5, tableData.length)).map((row, index) => ( {columns.map((column) => ( {row[column]}