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 6f56c03c..e11041d0 100644
--- a/src/components/profile/Followers.tsx
+++ b/src/components/profile/Followers.tsx
@@ -30,7 +30,7 @@ const Followers: React.FC<FollowersListProps> = ({result, sectionTitle}) => {
style={styles.follower}
key={profilePreview.id}
{...{profilePreview}}
- isComment={true}
+ previewType={'Comment'}
/>
))}
</>