fix: truncate long display names in group chat member picker (#10899) (#10901)

This commit is contained in:
Benjamin Wingerter
2026-06-15 13:46:43 +02:00
committed by GitHub
parent d20d021173
commit 6dcb4c9a1f
@@ -48,7 +48,7 @@ export function GroupChatProfileCard({
size={44} size={44}
disabledPreview disabledPreview
/> />
<View> <View style={[a.flex_1]}>
<ProfileCard.Name <ProfileCard.Name
profile={profile} profile={profile}
moderationOpts={moderationOpts} moderationOpts={moderationOpts}