summaryrefslogtreecommitdiff
path: root/app/client/live
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 11:43:41 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 11:43:41 +0200
commit9b66e84a72eb1cf0a8caf19450f348f194c21d4f (patch)
treef777160c357e8cdee9c6b770b10505b1fa748fe7 /app/client/live
parentbbf3c187c4967509a8097b168533786daacc2ec6 (diff)
update all these faders
Diffstat (limited to 'app/client/live')
-rw-r--r--app/client/live/reducer.js2
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 {