fix sidebar footer on member page

This commit is contained in:
miloschwartz
2026-04-17 14:42:10 -07:00
parent e952c2d34a
commit 22964cff0f

View File

@@ -221,11 +221,11 @@ export function LayoutSidebar({
)}
<div className="pt-1 flex flex-col shrink-0 gap-2 w-full border-t border-border">
{canShowProductUpdates && (
{canShowProductUpdates ? (
<div className="px-4">
<ProductUpdates isCollapsed={isSidebarCollapsed} />
</div>
)}
) : <div className="mt-0.2"></div>}
{build === "enterprise" && (
<div className="px-4">