Donal Spring
2018-06-03 71eec436bdcbb5c86c11929033b6053a986e857b
Merge pull request #1 from Tompage1994/exercise3/tdd-fe

Fix - Issue with red flag not updating when clicked
1 files modified
3 ■■■■ changed files
src/store/actions.js 3 ●●●● patch | view | raw | blame | history
src/store/actions.js
@@ -46,7 +46,8 @@
    // debugger
    const todo = {
      title: state.newTodo,
      completed: false
      completed: false,
      important: false
    };
    // console.info("TESTINT BLAH BLAH ", todo);
    return axios