diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index a787afe3..18fad49f 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -40,7 +40,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { const { setId, socket } = useSocketStore(); const { setWidth } = useBrowserDimensionsStore(); - const { browserId, setBrowserId, recordingId } = useGlobalInfoStore(); + const { browserId, setBrowserId, recordingId, recordingUrl } = useGlobalInfoStore(); const handleShowOutputData = useCallback(() => { setShowOutputData(true); @@ -145,7 +145,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { ) : ( - + )}