chore: lint

This commit is contained in:
amhsirak
2025-01-09 17:16:26 +05:30
parent 2e24650263
commit 50062fa2b2

View File

@@ -13,7 +13,7 @@ export const Runs = (
{ currentInterpretationLog, abortRunHandler, runId, runningRecordingName }: RunsProps) => {
return (
<Grid container direction="column" sx={{ padding: '30px'}}>
<Grid container direction="column" sx={{ padding: '30px' }}>
<Grid item xs>
<RunsTable
currentInterpretationLog={currentInterpretationLog}