feat: Include following count in hide follower count setting (#1897)

This commit is contained in:
Kingsley Yung 2023-03-17 04:14:06 +08:00 committed by GitHub
parent 8c7dc5a6df
commit c7558ee7c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ const userSettings = useUserSettings()
</template>
</NuxtLink>
<NuxtLink
v-if="!getPreferences(userSettings, 'hideFollowerCount')"
:to="getAccountFollowingRoute(account)"
replace
text-secondary exact-active-class="text-primary"