diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 197f4b1f..146c2dc2 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -617,10 +617,15 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe {row.status === 'running' || row.status === 'queued' ? ( - - - {t('run_content.loading')} - + <> + + + {t('run_content.loading')} + + + ) : (!hasData && !hasScreenshots ? {t('run_content.empty_output')} : null)}