Handles displaying titles of galleries

This commit is contained in:
ajmaley
2018-11-25 12:32:12 -05:00
parent 00a3566dec
commit 477a8d264c
3 changed files with 15 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ class Home extends Component {
render() {
return (
<Grid container>
<FlameLinkCollectionGallery galleryName={'martenGallery'}/>
<FlameLinkCollectionGallery galleryName={'martenHomeGallery'} showTitle={false}/>
<FlameLinkComponentCreations schemaDetails={this.state.schemaDetails} schemaType = {this.state.schemaType}/>
</Grid>
);