Skip to content

Commit

Permalink
followersCount -> followsCount (#7080)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Dec 12, 2024
1 parent 8816692 commit 10e241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Profile/ProfileFollows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
Expand Down

0 comments on commit 10e241e

Please sign in to comment.