diff --git a/frontend/app/components/Session/WebPlayer.tsx b/frontend/app/components/Session/WebPlayer.tsx index eb4fbf8db..81be8b729 100644 --- a/frontend/app/components/Session/WebPlayer.tsx +++ b/frontend/app/components/Session/WebPlayer.tsx @@ -26,10 +26,8 @@ function WebPlayer(props: any) { closeBottomBlock, fullscreen, fetchList, - customSession, insights, jumpTimestamp, - onMarkerClick, } = props; const { notesStore } = useStore(); const [activeTab, setActiveTab] = useState(''); @@ -39,6 +37,7 @@ function WebPlayer(props: any) { const [contextValue, setContextValue] = useState(defaultContextValue); useEffect(() => { + if (!session.sessionId) return; fetchList('issues'); const [WebPlayerInst, PlayerStore] = createWebPlayer(session, (state) =>