diff --git a/src/components/run/ColapsibleRow.tsx b/src/components/run/ColapsibleRow.tsx index 362ac1c7..8cf27d6d 100644 --- a/src/components/run/ColapsibleRow.tsx +++ b/src/components/run/ColapsibleRow.tsx @@ -70,12 +70,12 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun } else { navigate(`/runs/${row.robotMetaId}`); } - scrollToLogBottom(); + //scrollToLogBottom(); }; - useEffect(() => { - scrollToLogBottom(); - }, [currentLog]) + // useEffect(() => { + // scrollToLogBottom(); + // }, [currentLog]) useEffect(() => { const fetchUserEmail = async () => {