From c0105db036f7c0c663670f22af5233eff09b3dde Mon Sep 17 00:00:00 2001 From: Brendan Schlagel Date: Fri, 13 Mar 2026 15:35:32 -0400 Subject: [PATCH] show home filters if hasPubs or hasArchived --- components/PageLayouts/DashboardLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PageLayouts/DashboardLayout.tsx b/components/PageLayouts/DashboardLayout.tsx index 0ab1677f..9a28fcf7 100644 --- a/components/PageLayouts/DashboardLayout.tsx +++ b/components/PageLayouts/DashboardLayout.tsx @@ -304,7 +304,7 @@ export const HomeDashboardControls = (props: { - {props.hasPubs ? ( + {props.hasPubs || props.hasArchived ? ( <>