aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Followers.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/profile/Followers.tsx')
-rw-r--r--src/components/profile/Followers.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Followers.tsx b/src/components/profile/Followers.tsx
index c665603d..44ae4399 100644
--- a/src/components/profile/Followers.tsx
+++ b/src/components/profile/Followers.tsx
@@ -35,7 +35,7 @@ const Followers: React.FC<FollowersListProps> = ({
style={styles.follower}
key={profilePreview.id}
{...{profilePreview}}
- previewType={'Comment'}
+ previewType={'Follow'}
screenType={screenType}
/>
))}