Skip to content

Commit 10e241e

Browse files
authored
followersCount -> followsCount (bluesky-social#7080)
1 parent 8816692 commit 10e241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Profile/ProfileFollows.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const ProfileFollowsScreen = ({route}: Props) => {
3838
</Layout.Header.TitleText>
3939
<Layout.Header.SubtitleText>
4040
<Plural
41-
value={profile.followersCount ?? 0}
41+
value={profile.followsCount ?? 0}
4242
one="# following"
4343
other="# following"
4444
/>

0 commit comments

Comments
 (0)