Skip to content

Commit

Permalink
remove gmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldoramos committed Jun 6, 2019
1 parent 96a1bd5 commit ed19031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ icon={{
}

export default GoogleApiWrapper({
apiKey: process.env.GOOGLE_MAPS || 'AIzaSyCGoH7CvDusHYHctKPeCYjMi3oj-xp0ZVA'
apiKey: process.env.GOOGLE_MAPS
})(MapContainer)

0 comments on commit ed19031

Please sign in to comment.