Skip to content

Commit

Permalink
fix: make explore page 'view on gateway' point to gateway (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelramalho19 authored Jul 27, 2020
1 parent 2175e0e commit 40e911d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/explore/ExploreContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ import withTour from '../components/tour/withTour'

const ExploreContainer = ({
toursEnabled,
handleJoyrideCallback,
gatewayUrl
handleJoyrideCallback
}) => (
<ExplorePage
runTour={toursEnabled}
joyrideCallback={handleJoyrideCallback}
gatewayUrl={gatewayUrl} />
<ExplorePage runTour={toursEnabled} joyrideCallback={handleJoyrideCallback} />
)

export default connect(
'selectToursEnabled',
'selectGatewayUrl',
withTour(ExploreContainer)
)

0 comments on commit 40e911d

Please sign in to comment.