chore: lint

This commit is contained in:
karishmas6
2024-09-15 01:31:13 +05:30
parent daaae649dd
commit 8bc25f3854

View File

@@ -181,7 +181,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
<ScheduleButton handleSchedule={() => handleScheduleRecording(row.name, row.params || [])} /> <ScheduleButton handleSchedule={() => handleScheduleRecording(row.name, row.params || [])} />
</TableCell> </TableCell>
); );
case 'integrate': case 'integrate':
return ( return (
<TableCell key={column.id} align={column.align}> <TableCell key={column.id} align={column.align}>
<IntegrateButton handleIntegrate={() => handleIntegrateRecording(row.name, row.params || [])} /> <IntegrateButton handleIntegrate={() => handleIntegrateRecording(row.name, row.params || [])} />