diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 15:03:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 15:04:12 +0200 |
| commit | ba825eb101f8ca1cbf5de7a87c6c2995a0d687a5 (patch) | |
| tree | 049b6d2cc7d4517f763b357ba29feb2a6cc2e578 /app/client/system/system.reducer.js | |
| parent | 0db903f139aa2eb91308f99bb3be3619c2d9b217 (diff) | |
du command
Diffstat (limited to 'app/client/system/system.reducer.js')
| -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 8378bf3..961db74 100644 --- a/app/client/system/system.reducer.js +++ b/app/client/system/system.reducer.js @@ -126,7 +126,7 @@ const systemReducer = (state = systemInitialState, action) => { connected: false, error: null, }, - runner: action.runner, + runner: action.runner || state.runner, } case types.system.load_site: document.querySelector('title').innerHTML = action.site.name + '.cortex' |
