From 4d4fb89c0c85f37477fe5c26ee14045422c16e8f Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 21 Dec 2021 13:51:32 +0100 Subject: [PATCH] chore: remove unnecessary control wrapper --- src/components/list/partials/filters.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/list/partials/filters.vue b/src/components/list/partials/filters.vue index 2e872c246..cbbb82f14 100644 --- a/src/components/list/partials/filters.vue +++ b/src/components/list/partials/filters.vue @@ -10,16 +10,15 @@ > {{ $t('filters.attributes.requireAll') }} -
- - {{ $t('filters.attributes.showDoneTasks') }} - -
-
- - {{ $t('filters.attributes.sortAlphabetically') }} - -
+ + {{ $t('filters.attributes.showDoneTasks') }} + + + {{ $t('filters.attributes.sortAlphabetically') }} +