We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0bec2 commit a0fba6eCopy full SHA for a0fba6e
app/dashboard/page.tsx
@@ -83,7 +83,6 @@ export default function Dashboard() {
83
84
return (
85
<div className="min-h-screen w-full">
86
- <DashboardNavbar isLoading={authUserLoading} userId={authUser?.id} />
87
{authUserLoading ? (
88
<DashboardContentSkeleton />
89
) : (
0 commit comments