Fixed startup issue.
This commit is contained in:
parent
73db7e5074
commit
95143d8034
|
@ -50,8 +50,7 @@ class FlameLinkCollectionGallery extends Component {
|
||||||
}))
|
}))
|
||||||
|
|
||||||
if (this.props.showTitle === false) {
|
if (this.props.showTitle === false) {
|
||||||
}
|
} else {
|
||||||
else{
|
|
||||||
flamelinkApp.schemas.get(this.props.galleryName)
|
flamelinkApp.schemas.get(this.props.galleryName)
|
||||||
.then(result => this.setState({
|
.then(result => this.setState({
|
||||||
schemaDescription: result.title
|
schemaDescription: result.title
|
||||||
|
@ -91,7 +90,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>
|
||||||
|
|
Loading…
Reference in New Issue