From 22964cff0ffe2bbc589c487021c41069b14e8f26 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Fri, 17 Apr 2026 14:42:10 -0700 Subject: [PATCH] fix sidebar footer on member page --- src/components/LayoutSidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LayoutSidebar.tsx b/src/components/LayoutSidebar.tsx index 779d5eb74..27d8c2cd8 100644 --- a/src/components/LayoutSidebar.tsx +++ b/src/components/LayoutSidebar.tsx @@ -221,11 +221,11 @@ export function LayoutSidebar({ )}
- {canShowProductUpdates && ( + {canShowProductUpdates ? (
- )} + ) :
} {build === "enterprise" && (