From d02cbad01f3abfa8a1aad0b55b8bd9cf544090cf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 20 Jul 2017 17:56:19 +0200 Subject: disabled links --- client/actions/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/actions/index.js') diff --git a/client/actions/index.js b/client/actions/index.js index 72df1c4..6a552ac 100644 --- a/client/actions/index.js +++ b/client/actions/index.js @@ -30,8 +30,8 @@ export const addTask = (task) => ({ type: 'ADD_TASK', task, }) -export const taskUpdated = (task) => ({ - type: 'TASK_UPDATED', +export const updateTask = (task) => ({ + type: 'UPDATE_TASK', task, }) -- cgit v1.2.3-70-g09d2