Skip to content

Commit a0fba6e

Browse files
fix: remove unnecessary DashboardNavbar component from dashboard page
1 parent ad0bec2 commit a0fba6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/dashboard/page.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export default function Dashboard() {
8383

8484
return (
8585
<div className="min-h-screen w-full">
86-
<DashboardNavbar isLoading={authUserLoading} userId={authUser?.id} />
8786
{authUserLoading ? (
8887
<DashboardContentSkeleton />
8988
) : (

0 commit comments

Comments
 (0)