Remove unused name on Avatar

This commit is contained in:
Alvaro
2022-09-28 10:27:52 -06:00
committed by GitHub
parent 0c120eaf3a
commit ab153b30c8
38 changed files with 4 additions and 77 deletions

View File

@@ -311,7 +311,6 @@ export const ChooseGroupMembersModal: FunctionComponent<PropsType> = ({
i18n={i18n}
isMe={contact.isMe}
id={contact.id}
name={contact.name}
phoneNumber={contact.phoneNumber}
profileName={contact.profileName}
sharedGroupNames={contact.sharedGroupNames}