about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/Profile/ProfileFollows.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/ProfileFollows.tsx b/src/screens/Profile/ProfileFollows.tsx
index 97a05d5cf..85ebccf30 100644
--- a/src/screens/Profile/ProfileFollows.tsx
+++ b/src/screens/Profile/ProfileFollows.tsx
@@ -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"
                 />