From a0069e75fb21a8546406c7926f29427cdeb6cfed Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 18 Oct 2024 16:36:57 +0530 Subject: [PATCH] feat: remove LeftSidePanel --- src/pages/RecordingPage.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index 19d94c20..f4b2f9bb 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -114,17 +114,9 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
- {isLoaded ? + {isLoaded ? ( - - - - + @@ -132,7 +124,9 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { - : } + ) : ( + + )}