diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 79045cdc..1102a5cf 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -614,63 +614,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( - - setTab(newTab)} - aria-label="run-content-tabs" - sx={{ - '& .MuiTabs-indicator': { - backgroundColor: '#FF00C3', - }, - '& .MuiTab-root': { - '&.Mui-selected': { - color: '#FF00C3', - }, - } - }} - > - theme.palette.mode === 'dark' ? '#fff' : '#000', - '&:hover': { - color: '#FF00C3' - }, - '&.Mui-selected': { - color: '#FF00C3', - } - }} - /> - - - - -
- - {row.status === 'running' ? currentLog : row.log} - -
-
- - {row.status === 'running' || row.status === 'queued' ? : null} - - + {row.status === 'running' || row.status === 'queued' ? (