Skip to content

Commit

Permalink
hotfix(page): initialBlogPage → initialPage
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 3, 2024
1 parent e2c9d25 commit 4fe23e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async function Page({ params }: Props) {
);
}

if (initialBlogPage.data && !initialBlogPage.data) {
if (initialPage.data && !initialBlogPage.data) {
return (
<>
{initialPage.data?.sections?.map((section, index) => (
Expand Down

0 comments on commit 4fe23e8

Please sign in to comment.