From a7b2ea94e5d95ae641d11d885febcd3dfd509afc Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Tue, 28 Jul 2026 22:33:34 -0400 Subject: [PATCH] fix(tui): always show session tab (#39429) --- packages/tui/src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tui/src/app.tsx b/packages/tui/src/app.tsx index d6c2c9f1227..19dc5cedec3 100644 --- a/packages/tui/src/app.tsx +++ b/packages/tui/src/app.tsx @@ -1197,7 +1197,7 @@ function App(props: { pair?: DialogPairCredentials }) { - 1 && route.data.type !== "plugin"}> + 0 && route.data.type !== "plugin"}>