From b3b5bc545238efba0f8c6e14c87b2c25edfc5891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 1 Jun 2023 17:12:31 +0200 Subject: [PATCH] Update webapp/components/FilterMenu/OrderByFilter.vue Co-authored-by: Hannes Heine --- webapp/components/FilterMenu/OrderByFilter.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/FilterMenu/OrderByFilter.vue b/webapp/components/FilterMenu/OrderByFilter.vue index 5670669a9..ac1b6c194 100644 --- a/webapp/components/FilterMenu/OrderByFilter.vue +++ b/webapp/components/FilterMenu/OrderByFilter.vue @@ -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')