Skip to content

Commit 1469ede

Browse files
refactor(default-map): Remove outdated TODO.
1 parent c043a22 commit 1469ede

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: lib/components/map/default-map.js

-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ class DefaultMap extends Component {
109109
}
110110

111111
componentDidUpdate (prevProps) {
112-
// TODO: reinstate this call below.
113-
// this._updateBounds(prevProps, this.props)
114112
// Check if any overlays should be toggled due to mode change
115113
this._handleQueryChange(prevProps.query, this.props.query)
116114
}

0 commit comments

Comments
 (0)