From 0ed8ef5f860bef7c471e77933b6266b4ef95a201 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 10 Sep 2024 06:43:29 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/RecordingsTable.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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