Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit beb97d2

Browse files
committed
fix(app): show session busy even for active session
1 parent b034528 commit beb97d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/app/src/pages/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,6 @@ export default function Layout(props: ParentProps) {
859859
return false
860860
})
861861
const isWorking = createMemo(() => {
862-
if (props.session.id === params.id) return false
863862
if (hasPermissions()) return false
864863
const status = sessionStore.session_status[props.session.id]
865864
return status?.type === "busy" || status?.type === "retry"

0 commit comments

Comments
 (0)