mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
fix: visual issue in subscriptions page when subscribed to no channels
This commit is contained in:
parent
afcb708b50
commit
c203f0e110
@ -35,11 +35,9 @@
|
|||||||
v-text="`${$t('actions.export_to_json')} (${$t('titles.channel_groups')})`"
|
v-text="`${$t('actions.export_to_json')} (${$t('titles.channel_groups')})`"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex self-center gap-1">
|
|
||||||
<!-- subscriptions count, only shown if there are any -->
|
<!-- subscriptions count, only shown if there are any -->
|
||||||
<i18n-t v-if="subscriptions.length > 0" keypath="subscriptions.subscribed_channels_count">{{
|
<div v-if="subscriptions.length > 0" class="flex self-center gap-1">
|
||||||
subscriptions.length
|
<i18n-t keypath="subscriptions.subscribed_channels_count">{{ subscriptions.length }}</i18n-t>
|
||||||
}}</i18n-t>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user