diff --git a/src/components/Lists/ChangeListView.vue b/src/components/Lists/ChangeListView.vue index ed4de5b1..98917366 100644 --- a/src/components/Lists/ChangeListView.vue +++ b/src/components/Lists/ChangeListView.vue @@ -24,51 +24,47 @@ /> -
@@ -117,13 +113,6 @@ export default { view: null, saving: false, randomGameId: null, - // TODO: put in constants file - listViews: [ - { text: this.$t('board.list.views.single'), value: 'single' }, - { text: this.$t('board.list.views.grid'), value: 'grid' }, - { text: this.$t('board.list.views.compact'), value: 'compact' }, - { text: this.$t('board.list.views.text'), value: 'text' }, - ], }; }, @@ -188,3 +177,9 @@ export default { }, }; + +