Fix gallery section closing tag

This commit is contained in:
Codex Agent
2026-01-14 13:56:00 +01:00
parent 2016c32dbb
commit 318f812adf

View File

@@ -475,6 +475,7 @@ export default function GalleryPage() {
</motion.div> </motion.div>
))} ))}
</motion.div> </motion.div>
</motion.section>
</PullToRefresh> </PullToRefresh>
</div> </div>
{currentPhotoIndex !== null && list.length > 0 && ( {currentPhotoIndex !== null && list.length > 0 && (