We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70512c6 commit c1ae1f9Copy full SHA for c1ae1f9
1 file changed
src/app/show/[id]/page.tsx
@@ -21,9 +21,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
21
};
22
}
23
24
-export default async function Page({ params }: Props) {
25
- const { id } = params;
26
- console.log(id);
+export default async function Page() {
27
return (
28
<main>
29
<ShowPage />
0 commit comments