diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/system/system.reducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.reducer.js b/app/client/system/system.reducer.js index db071c4..a0cfb8c 100644 --- a/app/client/system/system.reducer.js +++ b/app/client/system/system.reducer.js @@ -132,7 +132,7 @@ const systemReducer = (state = systemInitialState, action) => { } case types.system.load_site: document.querySelector('title').innerHTML = action.site.name + '.cortex' - let tool = state.site.tool + let tool = state.app.tool const path = window.location.pathname.split('/')[1] if (path in modules) { tool = path |
