diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 11:43:41 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 11:43:41 +0200 |
| commit | 9b66e84a72eb1cf0a8caf19450f348f194c21d4f (patch) | |
| tree | f777160c357e8cdee9c6b770b10505b1fa748fe7 /app/client/live | |
| parent | bbf3c187c4967509a8097b168533786daacc2ec6 (diff) | |
update all these faders
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 { |
