This commit is contained in:
Damien Ostler 2024-05-26 04:41:17 -04:00
parent 9b23070399
commit 5b06ac56ff
1465 changed files with 2 additions and 10 deletions

View File

@ -42,7 +42,7 @@ const Gallery = ({ id, closeMenu }: GalleryProps) => {
useEffect(() => {
getData();
if (images.length === 1) {
setIsSingle(true);
setIsSingle(true);
setSelectedImage(images[0]);
}
}, [selectedImage]);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More