about summary refs log tree commit diff
path: root/src/view/com/notifications/InvitedUsers.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/notifications/InvitedUsers.tsx')
-rw-r--r--src/view/com/notifications/InvitedUsers.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/InvitedUsers.tsx b/src/view/com/notifications/InvitedUsers.tsx
index 89a0da47f..aaf358b87 100644
--- a/src/view/com/notifications/InvitedUsers.tsx
+++ b/src/view/com/notifications/InvitedUsers.tsx
@@ -75,7 +75,7 @@ function InvitedUser({
           <FollowButton
             unfollowedType="primary"
             followedType="primary-light"
-            did={profile.did}
+            profile={profile}
           />
           <Button
             testID="dismissBtn"