Remove unused name on Avatar
This commit is contained in:
parent
0c120eaf3a
commit
ab153b30c8
38 changed files with 4 additions and 77 deletions
|
@ -21,7 +21,6 @@ export type PropsType = {
|
|||
| 'firstName'
|
||||
| 'id'
|
||||
| 'isMe'
|
||||
| 'name'
|
||||
| 'phoneNumber'
|
||||
| 'profileName'
|
||||
| 'sharedGroupNames'
|
||||
|
@ -37,7 +36,6 @@ export const ContactPill: FunctionComponent<PropsType> = ({
|
|||
i18n,
|
||||
isMe,
|
||||
id,
|
||||
name,
|
||||
phoneNumber,
|
||||
profileName,
|
||||
sharedGroupNames,
|
||||
|
@ -58,7 +56,6 @@ export const ContactPill: FunctionComponent<PropsType> = ({
|
|||
conversationType="direct"
|
||||
i18n={i18n}
|
||||
isMe={isMe}
|
||||
name={name}
|
||||
phoneNumber={phoneNumber}
|
||||
profileName={profileName}
|
||||
title={title}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue