From e9e20ced3fda0d0f2e3a8912c91bfaeb54b9a69c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:32:05 +0530 Subject: [PATCH] feat: remove unused box --- src/components/run/RunContent.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index b717548d..65a49a2e 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -614,8 +614,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( - - {row.status === 'running' || row.status === 'queued' ? (