This commit is contained in:
les
2019-09-19 23:12:56 +02:00
parent b2b5f552a0
commit 306f636978
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ export default {
return this.in_past ? this.filteredEventsWithPast : this.filteredEvents
},
...mapGetters(['filteredEvents', 'filteredEventsWithPast']),
...mapState(['events', 'settings', 'in_past'])
...mapState(['settings', 'in_past'])
}
}
</script>