From 8a4ae45cb8d445c18953550cd7c8674c3f2e34b9 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 19 Oct 2016 18:39:17 +0000 Subject: [PATCH] will add displayStyle again later if we actually build it --- frontend/src/Metamaps/Views/ExploreMaps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Metamaps/Views/ExploreMaps.js b/frontend/src/Metamaps/Views/ExploreMaps.js index c9f9b78b..e843e7fe 100644 --- a/frontend/src/Metamaps/Views/ExploreMaps.js +++ b/frontend/src/Metamaps/Views/ExploreMaps.js @@ -35,7 +35,6 @@ const ExploreMaps = { var exploreObj = { currentUser: Active.Mapper, section: self.collection.id, - displayStyle: 'grid', maps: self.collection, moreToLoad: self.collection.page != 'loadedAll', user: mapperObj,