fix: loading message duplication
This commit is contained in:
@@ -953,7 +953,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
{t('run_content.loading')}
|
{t('run_content.loading')}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{t('run_content.loading')}
|
|
||||||
</Box>
|
</Box>
|
||||||
<Button color="error" onClick={abortRunHandler} sx={{ mt: 1 }}>
|
<Button color="error" onClick={abortRunHandler} sx={{ mt: 1 }}>
|
||||||
{t('run_content.buttons.stop')}
|
{t('run_content.buttons.stop')}
|
||||||
|
|||||||
Reference in New Issue
Block a user