diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index b22200b..58e620f 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -11,7 +11,7 @@ const Sidebar = dynamic(() => import('./Sidebar'), { // so page content never occupies the sidebar zone loading: () => (
@@ -31,7 +31,7 @@ export default function DashboardShell({ const openMobile = useCallback(() => setMobileOpen(true), []) return ( -
+
{/* Desktop — ssr:false means this only renders on client, no hydration flash */}