diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/dialogs/SearchablePeopleList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dialogs/SearchablePeopleList.tsx b/src/components/dialogs/SearchablePeopleList.tsx index 26e20db57..81655be0f 100644 --- a/src/components/dialogs/SearchablePeopleList.tsx +++ b/src/components/dialogs/SearchablePeopleList.tsx @@ -397,6 +397,7 @@ function DefaultProfileCard({ <ProfileCard.Avatar profile={profile} moderationOpts={moderationOpts} + disabledPreview /> <View style={[a.flex_1]}> <ProfileCard.Name |