From 40326046aad8353f544f75350ef5a24909a28af5 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 26 Dec 2025 20:09:04 +0530 Subject: [PATCH] chore: -rm comment --- src/components/robot/RecordingsTable.tsx | 1 - 1 file changed, 1 deletion(-) 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 ; }