ConversationHeader: Ensure that profile has tilde before it
This commit is contained in:
parent
ffa2bc05c5
commit
2384988b0a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export class ConversationHeader extends React.Component<Props> {
|
|||
{phoneNumber ? phoneNumber : null}{' '}
|
||||
{profileName && !name ? (
|
||||
<span className="module-conversation-header__title__profile-name">
|
||||
<Emojify text={profileName} i18n={i18n} />
|
||||
~<Emojify text={profileName} i18n={i18n} />
|
||||
</span>
|
||||
) : null}
|
||||
{isVerified ? ' · ' : null}
|
||||
|
|
Loading…
Add table
Reference in a new issue