summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-05 00:41:56 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-05 00:41:56 +0200
commit8e286a37e398d614424e4ddc04808367e7ab0acd (patch)
treecf75762bb46e1f190a70a14132c56633e81f1d8f /public/bundle.js
parent8ddd82faf17b5c36f3e9888321bde06160d9eaf1 (diff)
following the leader..
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 43b738b..1f8ad85 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -7965,13 +7965,14 @@ var systemReducer = function systemReducer() {
},
runner: action.runner
});
- case _types2.default.system.rpc_connected:
+ case _types2.default.system.rpc_disconnected:
return _extends({}, state, {
rpc: {
status: 'disconnected',
connected: false,
error: null
- }
+ },
+ runner: action.runner
});
case _types2.default.system.load_site:
document.querySelector('title').innerHTML = action.site.name + '.cortex';