systemGivenName/systemFamilyName in ContactPill
This commit is contained in:
parent
5957c111cf
commit
ffac571dd8
8 changed files with 24 additions and 3 deletions
|
@ -819,7 +819,7 @@ export const EditDistributionList = ({
|
|||
acceptedMessageRequest={contact.acceptedMessageRequest}
|
||||
avatarPath={contact.avatarPath}
|
||||
color={contact.color}
|
||||
firstName={contact.firstName}
|
||||
firstName={contact.systemGivenName ?? contact.firstName}
|
||||
i18n={i18n}
|
||||
id={contact.id}
|
||||
isMe={contact.isMe}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue