diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 65a49a2e..c5e4ab06 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -614,7 +614,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( - {row.status === 'running' || row.status === 'queued' ? ( @@ -908,7 +907,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe )} - );