Fix a number visual bugs with message forwarding
This commit is contained in:
parent
736075322c
commit
f0b3c43313
7 changed files with 67 additions and 15 deletions
|
@ -151,6 +151,7 @@ export const ChooseGroupMembersModal: FunctionComponent<PropsType> = ({
|
|||
{selectedContacts.map(contact => (
|
||||
<ContactPill
|
||||
key={contact.id}
|
||||
acceptedMessageRequest={contact.acceptedMessageRequest}
|
||||
avatarPath={contact.avatarPath}
|
||||
color={contact.color}
|
||||
firstName={contact.firstName}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue