diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx
index c7d5e8dc..429b8234 100644
--- a/src/components/molecules/RecordingsTable.tsx
+++ b/src/components/molecules/RecordingsTable.tsx
@@ -172,7 +172,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
case 'schedule':
return (
- handleScheduleRecording(row.name, row.params || []) } />
+ handleScheduleRecording(row.name, row.params || [])} />
);
case 'delete':
@@ -245,6 +245,4 @@ const ScheduleButton = ({ handleSchedule }: ScheduleButtonProps) => {
)
-}
-
-
+}
\ No newline at end of file