From 1bab71212dde59ef44f20dca666438755f1c4687 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 03:45:34 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/RecordingsTable.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index ba6ca29d..4a3a61df 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -239,7 +239,7 @@ const InterpretButton = ({ handleInterpret }: InterpretButtonProps) => { { handleInterpret(); }} - > + > ) @@ -255,7 +255,7 @@ const ScheduleButton = ({ handleSchedule }: ScheduleButtonProps) => { { handleSchedule(); }} - > + > ) @@ -270,7 +270,7 @@ const IntegrateButton = ({ handleIntegrate }: IntegrateButtonProps) => { { handleIntegrate(); }} - > + > )