From d3c92cdb92e37963dfb4ec69da9c728747d671a5 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sat, 21 Apr 2018 19:43:42 +0200
Subject: [PATCH] FIX - linting errors for the build

---
 src/components/TodoItem.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/TodoItem.vue b/src/components/TodoItem.vue
index bc52e27..8ef5477 100644
--- a/src/components/TodoItem.vue
+++ b/src/components/TodoItem.vue
@@ -27,7 +27,7 @@
   },
   methods: {
     markCompleted() {
-      this.$store.dispatch("updateTodo", {id :this.todoItem._id});
+      this.$store.dispatch("updateTodo", { id: this.todoItem._id });
       console.info("INFO - Mark todo as completed ", this.todoItem.completed);
     },
     markImportant() {

--
Gitblit v1.9.3