diff options
Diffstat (limited to 'app/client/live')
| -rw-r--r-- | app/client/live/reducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/live/reducer.js b/app/client/live/reducer.js index 09a00b5..6e18624 100644 --- a/app/client/live/reducer.js +++ b/app/client/live/reducer.js @@ -8,7 +8,7 @@ const liveInitialState = { const liveReducer = (state = liveInitialState, action) => { let results; - console.log(action.type) + switch(action.type) { case 'LOAD_PARAMS': return { |
