fix gallery navigation

This commit is contained in:
Mary Hipp 2023-05-25 16:56:39 -04:00 committed by psychedelicious
parent a4c44edf8d
commit 93bb27f2c7

View File

@ -33,7 +33,7 @@ export const nextPrevImageButtonsSelector = createSelector(
}
const currentImageIndex = state[currentCategory].ids.findIndex(
(i) => i === selectedImage.name
(i) => i === selectedImage.image_name
);
const nextImageIndex = clamp(