From 73db7e5074d1893ab2da313a9aca5afcb2dcaa0f Mon Sep 17 00:00:00 2001 From: ajmaley Date: Sun, 25 Nov 2018 12:52:59 -0500 Subject: [PATCH] Added some styling got galleries --- src/components/FlameLinkCollectionGallery.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/FlameLinkCollectionGallery.js b/src/components/FlameLinkCollectionGallery.js index 7618ce7..adb1703 100644 --- a/src/components/FlameLinkCollectionGallery.js +++ b/src/components/FlameLinkCollectionGallery.js @@ -18,6 +18,10 @@ const styles = theme => ({ flamelinkGallery: { marginRight: "auto", marginLeft: "auto", + }, + + flamelinkGalleryContainer: { + backgroundColor: 'black', marginTop: 20, }, }); @@ -44,6 +48,7 @@ class FlameLinkCollectionGallery extends Component { .then(result => this.setState({ schemaContent: result })) + if(this.props.showTitle === false){ } else{ @@ -65,7 +70,6 @@ class FlameLinkCollectionGallery extends Component { global.mediaIDs.push(schemaContent[val1][key][val2]); } } - console.log('Global Media IDs: ', global.mediaIDs) for (var val3 in global.mediaIDs){ mediaNums.push(val3) } @@ -85,7 +89,7 @@ class FlameLinkCollectionGallery extends Component { {this.state.schemaDescription} - +