Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader committed Jul 10, 2024
1 parent d8ac9d5 commit f9ba8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const PageWithSections = ({ page }: PageProps): ReactElement => {
}
return (
<section>
{page === 'test-balken' && (
{page.slug === 'test-balken' && (
<div>
Hello World!
</div>
Expand Down

0 comments on commit f9ba8a8

Please sign in to comment.