diff --git a/webapp/components/features/FollowList/FollowList.vue b/webapp/components/features/FollowList/FollowList.vue index 5f3eb52a7..29086eb66 100644 --- a/webapp/components/features/FollowList/FollowList.vue +++ b/webapp/components/features/FollowList/FollowList.vue @@ -8,32 +8,27 @@ {{ userName }} {{ $t(`profile.network.${type}Nobody`) }} - - + + - - + + {{ $t('profile.network.andMore', { - number: this.allConnectionsCount - this.connections.length, + number: allConnectionsCount - connections.length, }) }} - + @@ -138,7 +133,7 @@ export default {
{{ userName }} {{ $t(`profile.network.${type}Nobody`) }}