followersCount -> followsCount (#7080)
This commit is contained in:
@@ -38,7 +38,7 @@ export const ProfileFollowsScreen = ({route}: Props) => {
|
|||||||
</Layout.Header.TitleText>
|
</Layout.Header.TitleText>
|
||||||
<Layout.Header.SubtitleText>
|
<Layout.Header.SubtitleText>
|
||||||
<Plural
|
<Plural
|
||||||
value={profile.followersCount ?? 0}
|
value={profile.followsCount ?? 0}
|
||||||
one="# following"
|
one="# following"
|
||||||
other="# following"
|
other="# following"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user