All bugs fixed. Good to move into production

This commit is contained in:
ajmaley 2018-11-25 14:59:22 -05:00
parent 1bde733cae
commit 89762e4428
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ class FlameLinkCollectionGallery extends Component {
return mediaNums.map(this.createGallery, mediaIDs); return mediaNums.map(this.createGallery, mediaIDs);
} }
createGallery(num) { createGallery (num) {
if(num === '0'){ if(num === '0'){
global.galleryImages = []; global.galleryImages = [];
} }
@ -93,7 +93,7 @@ class FlameLinkCollectionGallery extends Component {
</Typography> </Typography>
<Grid container className={classes.flamelinkGalleryContainer}> <Grid container className={classes.flamelinkGalleryContainer}>
<Grid item lg={8} md={8} sm={12} xs={12} className={classes.flamelinkGallery} > <Grid item lg={8} md={8} sm={12} xs={12} className={classes.flamelinkGallery} >
<RenderGallery /> <RenderGallery key={Math.random()}/>
</Grid> </Grid>
</Grid> </Grid>
</Grid> </Grid>