diff --git a/src/app/p/[photoId]/page.tsx b/src/app/p/[photoId]/page.tsx index 86ec9013..09f558ef 100644 --- a/src/app/p/[photoId]/page.tsx +++ b/src/app/p/[photoId]/page.tsx @@ -78,11 +78,7 @@ export default async function PhotoPage({ return ( ); }