Fix UI crash in performer -> gallery wall lightbox (#5947)

This commit is contained in:
WithoutPants
2025-06-23 14:12:07 +10:00
committed by GitHub
parent 497146adc5
commit 5177f71dbd

View File

@@ -138,6 +138,7 @@ export const useGalleryLightbox = (id: string, chapters: IChapter[] = []) => {
});
else {
setLightboxState({
images: [],
isLoading: true,
isVisible: true,
initialIndex: index,