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