diff --git a/src/components/FlameLinkCollectionGallery.js b/src/components/FlameLinkCollectionGallery.js index c413b4b..00db9fb 100644 --- a/src/components/FlameLinkCollectionGallery.js +++ b/src/components/FlameLinkCollectionGallery.js @@ -75,7 +75,7 @@ class FlameLinkCollectionGallery extends Component { return mediaNums.map(this.createGallery, mediaIDs); } - createGallery(num) { + createGallery (num) { if(num === '0'){ global.galleryImages = []; } @@ -93,7 +93,7 @@ class FlameLinkCollectionGallery extends Component { - +