about summary refs log tree commit diff
path: root/src/view/com/profile/ProfileHeaderSuggestedFollows.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/profile/ProfileHeaderSuggestedFollows.tsx')
-rw-r--r--src/view/com/profile/ProfileHeaderSuggestedFollows.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/view/com/profile/ProfileHeaderSuggestedFollows.tsx b/src/view/com/profile/ProfileHeaderSuggestedFollows.tsx
index cf35885cd..4c9d164f7 100644
--- a/src/view/com/profile/ProfileHeaderSuggestedFollows.tsx
+++ b/src/view/com/profile/ProfileHeaderSuggestedFollows.tsx
@@ -220,8 +220,7 @@ function SuggestedFollow({
         ]}>
         <PreviewableUserAvatar
           size={60}
-          did={profile.did}
-          handle={profile.handle}
+          profile={profile}
           avatar={profile.avatar}
           moderation={moderation.ui('avatar')}
         />