pull/388/head
Beaudan 6 years ago
parent 1fc2173d9b
commit 3a5e6e2fd3

@ -96,7 +96,14 @@ export class ConversationHeader extends React.Component<Props> {
}
public renderTitle() {
const { phoneNumber, i18n, profileName, isKeysPending, isMe, name } = this.props;
const {
phoneNumber,
i18n,
profileName,
isKeysPending,
isMe,
name,
} = this.props;
if (isMe) {
return (

Loading…
Cancel
Save