diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index 91ccb49b..dac908ed 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -106,26 +106,26 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { return ( -
- {isLoaded ? - - - - - - +
+ {isLoaded ? + + + + + + + + + + - - - - - : } -
+ : } +
); };