All bugs fixed. Good to move into production
This commit is contained in:
parent
1bde733cae
commit
89762e4428
|
@ -93,7 +93,7 @@ class FlameLinkCollectionGallery extends Component {
|
|||
</Typography>
|
||||
<Grid container className={classes.flamelinkGalleryContainer}>
|
||||
<Grid item lg={8} md={8} sm={12} xs={12} className={classes.flamelinkGallery} >
|
||||
<RenderGallery />
|
||||
<RenderGallery key={Math.random()}/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
|
Loading…
Reference in New Issue