From dcc3583be1cb13f4676e9bf3930ab4ee47f37010 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Jun 2026 14:24:19 +0000 Subject: [PATCH] chore: format with prettier [skip ci] --- frontend/src/renderer/routes/_shell.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/renderer/routes/_shell.tsx b/frontend/src/renderer/routes/_shell.tsx index 9666a7679..8749c3245 100644 --- a/frontend/src/renderer/routes/_shell.tsx +++ b/frontend/src/renderer/routes/_shell.tsx @@ -46,7 +46,8 @@ function ShellLayout() { const workspaces = workspaceQuery.data ?? []; const daemonStatus = useDaemonStatus(queryClient); const { theme, setTheme, isSidebarOpen, toggleSidebar } = useUiStore(); - const isSessionRoute = Boolean(matchRoute({ to: "/projects/$projectId/sessions/$sessionId", fuzzy: true })) || + const isSessionRoute = + Boolean(matchRoute({ to: "/projects/$projectId/sessions/$sessionId", fuzzy: true })) || Boolean(matchRoute({ to: "/sessions/$sessionId", fuzzy: true })); const updateWorkspaces = useCallback(