diff --git a/src/app/p/[photoId]/page.tsx b/src/app/p/[photoId]/page.tsx
index 09f558ef..a84aa724 100644
--- a/src/app/p/[photoId]/page.tsx
+++ b/src/app/p/[photoId]/page.tsx
@@ -77,8 +77,6 @@ export default async function PhotoPage({
if (!photo) { redirect(PATH_ROOT); }
return (
-
+
);
}