From c203f0e11063fd6d7d85f76d0a1d6a1b1758347b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 24 Jan 2024 18:00:55 +0100 Subject: [PATCH] fix: visual issue in subscriptions page when subscribed to no channels --- src/components/SubscriptionsPage.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/SubscriptionsPage.vue b/src/components/SubscriptionsPage.vue index 85b49050..9ac217fb 100644 --- a/src/components/SubscriptionsPage.vue +++ b/src/components/SubscriptionsPage.vue @@ -35,11 +35,9 @@ v-text="`${$t('actions.export_to_json')} (${$t('titles.channel_groups')})`" /> -
- - {{ - subscriptions.length - }} + +
+ {{ subscriptions.length }}