From cf13b11417729edd882e04daea1fd962da149a4c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:29:10 +0530 Subject: [PATCH] feat: remove tabs --- src/components/run/RunContent.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 74053bf0..b717548d 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -615,22 +615,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe - setTab(newTab)} - aria-label="run-content-tabs" - sx={{ - '& .MuiTabs-indicator': { - backgroundColor: '#FF00C3', - }, - '& .MuiTab-root': { - '&.Mui-selected': { - color: '#FF00C3', - }, - } - }} - > - {row.status === 'running' || row.status === 'queued' ? (