Fixed reducer

main
Boris Sekachev 5 years ago
parent cf99cd6086
commit 355afcba7b

@ -322,7 +322,7 @@ export default (state: TasksState = defaultState, action: AnyAction): TasksState
}; };
} }
return task; return _task;
}, },
), ),
}; };

Loading…
Cancel
Save