diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 66724769b..fa4699033 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -318,6 +318,7 @@ export default function Gallery() { height={height} width={width} itemCount={timeStampList.length} + key={`${router.query.collection}-${columns}`} > {({ index, style }) => { return (