Bluesky app fork with some witchin' additions 💫

followersCount -> followsCount (#7080)

authored by samuel.fm and committed by

GitHub 10e241e7 88166926

+1 -1
+1 -1
src/screens/Profile/ProfileFollows.tsx
··· 38 38 </Layout.Header.TitleText> 39 39 <Layout.Header.SubtitleText> 40 40 <Plural 41 - value={profile.followersCount ?? 0} 41 + value={profile.followsCount ?? 0} 42 42 one="# following" 43 43 other="# following" 44 44 />