summaryrefslogtreecommitdiff
path: root/app/client/live/reducer.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/live/reducer.js')
-rw-r--r--app/client/live/reducer.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/client/live/reducer.js b/app/client/live/reducer.js
index 9d41c6f..09a00b5 100644
--- a/app/client/live/reducer.js
+++ b/app/client/live/reducer.js
@@ -8,9 +8,9 @@ const liveInitialState = {
const liveReducer = (state = liveInitialState, action) => {
let results;
-
+ console.log(action.type)
switch(action.type) {
- case 'LIVE_LOAD_OPT_FROM_SERVER':
+ case 'LOAD_PARAMS':
return {
...state,
loading: false,
@@ -18,7 +18,7 @@ const liveReducer = (state = liveInitialState, action) => {
opt: action.opt,
}
- case 'LIVE_SET_OPT':
+ case 'SET_PARAM':
return {
...state,
opt: {