diff --git a/src/pages/PageTodo.vue b/src/pages/PageTodo.vue index bfabe5b..552add6 100644 --- a/src/pages/PageTodo.vue +++ b/src/pages/PageTodo.vue @@ -40,7 +40,12 @@ diff --git a/src/store/store-tasks.js b/src/store/store-tasks.js index 2e2339e..b95c54a 100644 --- a/src/store/store-tasks.js +++ b/src/store/store-tasks.js @@ -48,8 +48,7 @@ const mutations = { }, setTasksDownloaded (state, value) { state.tasksDownloaded = value - }, - + } } const actions = { @@ -117,7 +116,7 @@ const actions = { const userId = firebaseAuth.currentUser.uid const taskRef = firebaseDb.ref('tasks/' + userId + '/' + taskId) taskRef.remove() - } + } } const getters = {