Skip to content

Commit

Permalink
Merge pull request #749 from ONEARMY/master
Browse files Browse the repository at this point in the history
add map section to production pageList
  • Loading branch information
chrismclarke authored Nov 5, 2019
2 parents bf53768 + 2d19cb9 commit 8c2cedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const forgotpasswordmessage = {

// community pages (various pages hidden on production build)
const devCommunityPages = [howTo, events, maps, academy]
const prodCommunityPages = [howTo, events]
const prodCommunityPages = [howTo, events, maps]
const communityPages =
SITE === 'production' ? prodCommunityPages : devCommunityPages
// community 'more' dropdown pages (various pages hidden on production build)
Expand Down

0 comments on commit 8c2cedc

Please sign in to comment.