Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmoose committed Sep 23, 2020
2 parents 79d4960 + 4dd13c5 commit 3fc038e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/map/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import ModalSource from 'components/modals/sources';
import Share from 'components/modals/share';
import AreaOfInterestModal from 'components/modals/area-of-interest';
import MapPrompts from 'components/prompts/map-prompts';
import ModalWelcome from 'components/modals/welcome';
import RecentImagery from 'components/recent-imagery';

import MapMenu from 'components/map-menu';
Expand Down Expand Up @@ -92,7 +91,7 @@ class MainMapComponent extends PureComponent {
<Media greaterThanOrEqual="md">
<>
{!embed && <MapPrompts />}
<ModalWelcome />
{/* <ModalWelcome /> */}
<MapControlButtons className="main-map-controls" isDesktop />
</>
</Media>
Expand Down

0 comments on commit 3fc038e

Please sign in to comment.