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
|
@ -28,6 +28,7 @@ type Props = {
|
|||
| 'profileName'
|
||||
| 'sharedGroupNames'
|
||||
| 'title'
|
||||
| 'type'
|
||||
| 'unblurredAvatarPath'
|
||||
>;
|
||||
|
||||
|
@ -43,6 +44,7 @@ export class ContactListItem extends React.Component<Props> {
|
|||
profileName,
|
||||
sharedGroupNames,
|
||||
title,
|
||||
type,
|
||||
unblurredAvatarPath,
|
||||
} = this.props;
|
||||
|
||||
|
@ -51,7 +53,7 @@ export class ContactListItem extends React.Component<Props> {
|
|||
acceptedMessageRequest={acceptedMessageRequest}
|
||||
avatarPath={avatarPath}
|
||||
color={color}
|
||||
conversationType="direct"
|
||||
conversationType={type}
|
||||
i18n={i18n}
|
||||
name={name}
|
||||
phoneNumber={phoneNumber}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue