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 (