Skip to content

Commit cc415d1

Browse files
authored
Merge pull request #140 from leup/fix/props.minZoom
Revert change from PR #126 to fix (again) #110
2 parents 2c94d32 + d1e949e commit cc415d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class Map extends React.Component {
142142
center: center,
143143
zoom: this.props.zoom,
144144
maxZoom: this.props.maxZoom,
145-
minZoom: this.props.maxZoom,
145+
minZoom: this.props.minZoom,
146146
clickableIcons: !!this.props.clickableIcons,
147147
disableDefaultUI: this.props.disableDefaultUI,
148148
zoomControl: this.props.zoomControl,

0 commit comments

Comments
 (0)