diff options
Diffstat (limited to 'src/components/lists/lists.js')
| -rw-r--r-- | src/components/lists/lists.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/lists/lists.js b/src/components/lists/lists.js index 791b99b2..9aed37f7 100644 --- a/src/components/lists/lists.js +++ b/src/components/lists/lists.js @@ -11,9 +11,6 @@ const Lists = { ListsCard, ListsNew }, - created () { - this.$store.dispatch('startFetchingLists') - }, computed: { lists () { return this.$store.state.lists.allLists |
