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' ? (