diff --git a/src/components/robot/RecordingsTable.tsx b/src/components/robot/RecordingsTable.tsx index 704a7f97..9831a395 100644 --- a/src/components/robot/RecordingsTable.tsx +++ b/src/components/robot/RecordingsTable.tsx @@ -116,7 +116,6 @@ const LoadingRobotRow = memo(({ row, columns }: any) => { // Virtualized row component for efficient rendering const TableRowMemoized = memo(({ row, columns, handlers }: any) => { - // If robot is loading, show loading row if (row.isLoading) { return ; }