chore: lint

This commit is contained in:
karishmas6
2024-09-10 03:18:04 +05:30
parent 2071df4b13
commit fc56a395b8

View File

@@ -42,7 +42,7 @@ const columns: readonly Column[] = [
minWidth: 80,
},
{
id: 'schedule',
id: 'schedule',
label: 'Schedule',
minWidth: 80,
},
@@ -168,12 +168,12 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording }: Rec
</IconButton>
</TableCell>
);
case 'schedule':
return (
<TableCell key={column.id} align={column.align}>
<ScheduleButton handleSchedule={() => {/* todo: schedule logic here */}} />
</TableCell>
);
case 'schedule':
return (
<TableCell key={column.id} align={column.align}>
<ScheduleButton handleSchedule={() => {/* todo: schedule logic here */ }} />
</TableCell>
);
case 'delete':
return (
<TableCell key={column.id} align={column.align}>