Skip to content

Commit 772d309

Browse files
committed
spell error corrected
1 parent b1f3376 commit 772d309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Geographies.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ class Geographies extends Component {
3737
this.setState({
3838
geographyPaths: feature(geographyPaths, geographyPaths.objects[Object.keys(geographyPaths.objects)[0]]).features,
3939
}, () => {
40-
if (!this.props.onGeographiesLoaded) return
40+
if (!this.props.onGeographyPathsLoaded) return
4141
this.props.onGeographyPathsLoaded(String(request.status))
4242
})
4343
} else {
44-
if (!this.props.onGeographiesLoaded) return
44+
if (!this.props.onGeographyPathsLoaded) return
4545
this.props.onGeographyPathsLoaded(String(request.status))
4646
}
4747
}

0 commit comments

Comments
 (0)