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}
-
+