feat: Include following count in hide follower count setting (#1897)
This commit is contained in:
parent
8c7dc5a6df
commit
c7558ee7c5
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue