From cfe98e6eef5ca24b5c2656fcda8e3fac71d55a1d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Jun 2018 22:19:11 +0200 Subject: going over all this task stuff --- app/client/queue/queue.reducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/client/queue') diff --git a/app/client/queue/queue.reducer.js b/app/client/queue/queue.reducer.js index 02d6943..05cd015 100644 --- a/app/client/queue/queue.reducer.js +++ b/app/client/queue/queue.reducer.js @@ -25,7 +25,7 @@ const queueReducer = (state = queueInitialState, action) => { queue: state.queue.concat([action.data]), } case types.task.index: - console.log(action.data) + console.log(action.data) return { ...state, tasks: action.data.reduce((a,b) => (a[b.id] = b, a), {}), -- cgit v1.2.3-70-g09d2