Fix for layout messup on resize / collection switch.
This commit is contained in:
parent
3cebd4c96c
commit
cfbb32702c
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ export default function Gallery() {
|
|||
height={height}
|
||||
width={width}
|
||||
itemCount={timeStampList.length}
|
||||
key={`${router.query.collection}-${columns}`}
|
||||
>
|
||||
{({ index, style }) => {
|
||||
return (<ListItem style={style}>
|
||||
|
|
Loading…
Add table
Reference in a new issue