Skip to content

Commit c1ae1f9

Browse files
committed
fix: make build pass
1 parent 70512c6 commit c1ae1f9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/show/[id]/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
2121
};
2222
}
2323

24-
export default async function Page({ params }: Props) {
25-
const { id } = params;
26-
console.log(id);
24+
export default async function Page() {
2725
return (
2826
<main>
2927
<ShowPage />

0 commit comments

Comments
 (0)