From 318f812adf7212f2c83679ae3f32723a482fcf97 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 b4bfa446..d6e8591d 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 && (