chore: -rm comment

This commit is contained in:
amhsirak
2025-12-26 20:09:04 +05:30
parent 33bfbb6881
commit 40326046aa

View File

@@ -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 <LoadingRobotRow row={row} columns={columns} />;
}