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