Remove unused name on Avatar
This commit is contained in:
parent
0c120eaf3a
commit
ab153b30c8
38 changed files with 4 additions and 77 deletions
|
@ -49,7 +49,6 @@ export type PropsData = Pick<
|
|||
| 'lastUpdated'
|
||||
| 'markedUnread'
|
||||
| 'muteExpiresAt'
|
||||
| 'name'
|
||||
| 'phoneNumber'
|
||||
| 'profileName'
|
||||
| 'sharedGroupNames'
|
||||
|
@ -86,7 +85,6 @@ export const ConversationListItem: FunctionComponent<Props> = React.memo(
|
|||
lastUpdated,
|
||||
markedUnread,
|
||||
muteExpiresAt,
|
||||
name,
|
||||
onClick,
|
||||
phoneNumber,
|
||||
profileName,
|
||||
|
@ -185,7 +183,6 @@ export const ConversationListItem: FunctionComponent<Props> = React.memo(
|
|||
messageStatusIcon={messageStatusIcon}
|
||||
messageText={messageText}
|
||||
messageTextIsAlwaysFullSize
|
||||
name={name}
|
||||
onClick={onClickItem}
|
||||
phoneNumber={phoneNumber}
|
||||
profileName={profileName}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue