diff options
Diffstat (limited to 'frontend/src/redux/app.js')
-rw-r--r-- | frontend/src/redux/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/redux/app.js b/frontend/src/redux/app.js index d24fbbfd..614e7d93 100644 --- a/frontend/src/redux/app.js +++ b/frontend/src/redux/app.js @@ -1,5 +1,5 @@ export const makeSelectLocationState = () => { return state => { - return state.routing; + return state.get('routing'); }; }; |