From b6f65f476382c7f82d7eff8a8a31003036edfcf4 Mon Sep 17 00:00:00 2001 From: Benjamin Sutter Date: Tue, 19 May 2026 20:41:40 +0200 Subject: [PATCH] feat: hide workspace switcher when user has only 1 workspace Co-Authored-By: Claude Sonnet 4.6 --- src/components/layout/AppShell.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/layout/AppShell.tsx b/src/components/layout/AppShell.tsx index b886472..cb6ae55 100644 --- a/src/components/layout/AppShell.tsx +++ b/src/components/layout/AppShell.tsx @@ -233,8 +233,8 @@ function Sidebar({ )} - {/* Workspace tabs — side-by-side segmented control */} - 1 && {tabContent} ) })} - + } {/* Nav items */}