followersCount -> followsCount (#7080)

This commit is contained in:
Samuel Newman
2024-12-12 17:21:28 +00:00
committed by GitHub
parent 88166926fa
commit 10e241e7eb
+1 -1
View File
@@ -38,7 +38,7 @@ export const ProfileFollowsScreen = ({route}: Props) => {
</Layout.Header.TitleText>
<Layout.Header.SubtitleText>
<Plural
value={profile.followersCount ?? 0}
value={profile.followsCount ?? 0}
one="# following"
other="# following"
/>