From fc56a395b8ddbb832ec501de3c0e7762b220bf36 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 10 Sep 2024 03:18:04 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/RecordingsTable.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index d60a2ee6..b5842fc9 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -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 ); - case 'schedule': - return ( - - {/* todo: schedule logic here */}} /> - - ); + case 'schedule': + return ( + + {/* todo: schedule logic here */ }} /> + + ); case 'delete': return (