From 9d7c54554e5d9e7e3a12b327453f8cb8607fdf4f Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Mon, 10 Mar 2025 09:49:28 +0100 Subject: [PATCH] ui: fix live tag --- .../app/components/Session/Player/LivePlayer/LiveControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (