|
@@ -318,6 +318,7 @@ export default function Gallery() {
|
|
height={height}
|
|
height={height}
|
|
width={width}
|
|
width={width}
|
|
itemCount={timeStampList.length}
|
|
itemCount={timeStampList.length}
|
|
|
|
+ key={`${router.query.collection}-${columns}`}
|
|
>
|
|
>
|
|
{({ index, style }) => {
|
|
{({ index, style }) => {
|
|
return (<ListItem style={style}>
|
|
return (<ListItem style={style}>
|