Skip to content

Commit 4bd03b0

Browse files
committed
[TOOL-3415] Dashboard: Fix Explore page header showing logged out state (#6250)
1 parent b7158c2 commit 4bd03b0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

apps/dashboard/src/app/(dashboard)/explore/[category]/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ export default async function ExploreCategoryPage(
131131
</div>
132132
);
133133
}
134-
135-
export const dynamic = "force-static";

apps/dashboard/src/app/(dashboard)/explore/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ export default async function ExplorePage() {
4848
</div>
4949
);
5050
}
51-
52-
export const dynamic = "force-static";

0 commit comments

Comments
 (0)