We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f3376 commit 772d309Copy full SHA for 772d309
src/Geographies.js
@@ -37,11 +37,11 @@ class Geographies extends Component {
37
this.setState({
38
geographyPaths: feature(geographyPaths, geographyPaths.objects[Object.keys(geographyPaths.objects)[0]]).features,
39
}, () => {
40
- if (!this.props.onGeographiesLoaded) return
+ if (!this.props.onGeographyPathsLoaded) return
41
this.props.onGeographyPathsLoaded(String(request.status))
42
})
43
} else {
44
45
46
}
47
0 commit comments