mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Fix UI crash in performer -> gallery wall lightbox (#5947)
This commit is contained in:
@@ -138,6 +138,7 @@ export const useGalleryLightbox = (id: string, chapters: IChapter[] = []) => {
|
|||||||
});
|
});
|
||||||
else {
|
else {
|
||||||
setLightboxState({
|
setLightboxState({
|
||||||
|
images: [],
|
||||||
isLoading: true,
|
isLoading: true,
|
||||||
isVisible: true,
|
isVisible: true,
|
||||||
initialIndex: index,
|
initialIndex: index,
|
||||||
|
|||||||
Reference in New Issue
Block a user