Update webapp/components/FilterMenu/OrderByFilter.vue

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Wolfgang Huß 2023-06-01 17:12:31 +02:00 committed by mahula
parent c50e20b801
commit b3b5bc5452

View File

@ -52,7 +52,6 @@ export default {
},
methods: {
buttonLable(buttonType) {
let title
switch (buttonType) {
case 'asc':
return this.orderedByCreationDate ? this.$t('filter-menu.order.oldest.label') : this.$t('filter-menu.order.last.label')