From 89762e4428fdba4ba77d5de41840e870660285e0 Mon Sep 17 00:00:00 2001 From: ajmaley Date: Sun, 25 Nov 2018 14:59:22 -0500 Subject: [PATCH] All bugs fixed. Good to move into production --- src/components/FlameLinkCollectionGallery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { - +