From 01348ce229b278dd84fdb934c030ce85d497da66 Mon Sep 17 00:00:00 2001 From: Timothy Cardoza Date: Fri, 13 Feb 2026 19:38:49 -0600 Subject: [PATCH] added workspace visibility when a bucet is added --- src/components/Navigation.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 16331e7..9b44a92 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -180,8 +180,10 @@ export const ContextSwitcher: Component<{ } }; + const hasContexts = () => (oversightUsers() && oversightUsers()!.length > 0) || store.subscribedBuckets.length > 0; + return ( - 0}> +