fix: loading message duplication

This commit is contained in:
Rohit Rajan
2026-01-04 18:37:36 +05:30
parent 09b535529e
commit 28d20badf9

View File

@@ -953,7 +953,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
{t('run_content.loading')}
</>
)}
{t('run_content.loading')}
</Box>
<Button color="error" onClick={abortRunHandler} sx={{ mt: 1 }}>
{t('run_content.buttons.stop')}