chore: lint
This commit is contained in:
@@ -13,7 +13,7 @@ export const Runs = (
|
|||||||
{ currentInterpretationLog, abortRunHandler, runId, runningRecordingName }: RunsProps) => {
|
{ currentInterpretationLog, abortRunHandler, runId, runningRecordingName }: RunsProps) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid container direction="column" sx={{ padding: '30px'}}>
|
<Grid container direction="column" sx={{ padding: '30px' }}>
|
||||||
<Grid item xs>
|
<Grid item xs>
|
||||||
<RunsTable
|
<RunsTable
|
||||||
currentInterpretationLog={currentInterpretationLog}
|
currentInterpretationLog={currentInterpretationLog}
|
||||||
|
|||||||
Reference in New Issue
Block a user