ui: fix live tag

This commit is contained in:
nick-delirium 2025-03-10 09:49:28 +01:00
parent adf302bc34
commit 9d7c54554e
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -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 (