Skip to content

Commit

Permalink
fix missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
leolusoli committed Nov 23, 2017
1 parent 9358d33 commit 3d866ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClusteredMapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class ClusteredMapView extends Component {

componentWillReceiveProps(nextProps) {
if (this.props.data !== nextProps.data)
this.clusterize()
this.clusterize(nextProps.data)
}

componentWillUpdate(nextProps, nextState) {
Expand Down

0 comments on commit 3d866ec

Please sign in to comment.