diff --git a/app/components/layout/ConditionalNavbar.tsx b/app/components/layout/ConditionalNavbar.tsx index a03aba9..468b29a 100644 --- a/app/components/layout/ConditionalNavbar.tsx +++ b/app/components/layout/ConditionalNavbar.tsx @@ -16,5 +16,5 @@ export default function ConditionalNavbar() { const isDashboardRoute = pathname?.startsWith("/dashboard"); if (user || isDashboardRoute) return null; - return ; + return ""; } \ No newline at end of file diff --git a/app/components/layout/Sidebar.tsx b/app/components/layout/Sidebar.tsx index e743219..9d2792a 100644 --- a/app/components/layout/Sidebar.tsx +++ b/app/components/layout/Sidebar.tsx @@ -325,7 +325,7 @@ function SidebarContent({ justifyContent: compact ? "center" : "flex-start", }} > - {compact ? : } + {compact ? : }