Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: centre map
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 25, 2019
1 parent cf2e8d0 commit 970ab8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BxDialogWorldMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ Node.propTypes = {
export default class BxDialogWorldMap extends React.Component {
static defaultProps = {
center: {
lat: 38.747,
lat: 0,
lng: -120.6743,
},
zoom: 1,
zoom: 0,
};

render() {
Expand Down

0 comments on commit 970ab8f

Please sign in to comment.