From 1ffd3e3b9d0b6c5823f6d448468e41881f98818b Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Wed, 14 Jan 2026 13:56:00 +0100 Subject: [PATCH] Fix gallery section closing tag --- resources/js/guest/pages/GalleryPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/guest/pages/GalleryPage.tsx b/resources/js/guest/pages/GalleryPage.tsx index b4bfa44..d6e8591 100644 --- a/resources/js/guest/pages/GalleryPage.tsx +++ b/resources/js/guest/pages/GalleryPage.tsx @@ -475,6 +475,7 @@ export default function GalleryPage() { ))} + {currentPhotoIndex !== null && list.length > 0 && (