diff --git a/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx b/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx index 097d486ad..e959cf764 100644 --- a/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx +++ b/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx @@ -37,7 +37,7 @@ function Controls(props: any) { const session = sessionStore.current; const fetchAssistSessions = sessionStore.fetchLiveSessions; const totalAssistSessions = sessionStore.totalLiveSessions; - const closedLive = !!sessionStore.errorStack || !!sessionStore.current; + const closedLive = !!sessionStore.errorStack?.length || !sessionStore.current; const onKeyDown = (e: any) => { if (