diff --git a/apps/web/src/components/dashboard/Sidebar.tsx b/apps/web/src/components/dashboard/Sidebar.tsx index 22265205..b7c776a0 100644 --- a/apps/web/src/components/dashboard/Sidebar.tsx +++ b/apps/web/src/components/dashboard/Sidebar.tsx @@ -421,7 +421,7 @@ export default function Sidebar({ overlay = false }: { overlay?: boolean }) { // collapsed sidebar: show icon only
} - collapsed={isCollapsed} - /> + {isCollapsed ? ( +