diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 23493f1b9..d480d52e2 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -186,6 +186,7 @@ export default function Gallery(props) { const handleClose = () => { setOpen(false); + setReload(Math.random()); }; const onThumbnailClick = (index: number) => () => {