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 || [])} />
</TableCell>
);
case 'integrate':
case 'integrate':
return (
<TableCell key={column.id} align={column.align}>
<IntegrateButton handleIntegrate={() => handleIntegrateRecording(row.name, row.params || [])} />