Fix typo in SwitchRouter

This commit is contained in:
Brent Vatne
2018-04-06 12:42:42 -07:00
parent ea28e84e5a
commit 0794c0faaa

View File

@@ -109,7 +109,7 @@ export default (routeConfigs, config = {}) => {
getActionCreators(route, stateKey) {
return {
...getNavigationActionCreators(route, stateKey),
...getCustomActionCreators(route, navStateKey),
...getCustomActionCreators(route, stateKey),
};
},