From be1500b7695d57e85f07182ca39561acbb141cd1 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 26 Jul 2024 20:26:06 +0530 Subject: [PATCH] chore: lint --- src/pages/RecordingPage.tsx | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index 8bfeb11d..26b12ede 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -108,26 +108,26 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { return ( -
- {isLoaded ? - - - +
+ {isLoaded ? + + + + + + + + + + - - - - - - - - : } -
+ : } +
);