From d5ae460a74261706978b0eb052d7ddacdff99cab Mon Sep 17 00:00:00 2001 From: Beefox Date: Thu, 8 Dec 2022 11:50:56 +1100 Subject: [PATCH] Allow follow(er) lists to be acessible by account owner even if follower counts are disabled --- src/components/user_profile/user_profile.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index d16483e2..221ceb8c 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -95,10 +95,9 @@ v-if="followsTabVisible" key="followees" :label="$t('user_card.followees')" - :disabled="!user.friends_count" > -