From 4efd9dfe70195665a8dcbe9679604003d1c36414 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 5 Jun 2018 23:08:16 +0200 Subject: lil things --- app/client/system/system.reducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.3-70-g09d2