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}{' '}
|
{phoneNumber ? phoneNumber : null}{' '}
|
||||||
{profileName && !name ? (
|
{profileName && !name ? (
|
||||||
<span className="module-conversation-header__title__profile-name">
|
<span className="module-conversation-header__title__profile-name">
|
||||||
<Emojify text={profileName} i18n={i18n} />
|
~<Emojify text={profileName} i18n={i18n} />
|
||||||
</span>
|
</span>
|
||||||
) : null}
|
) : null}
|
||||||
{isVerified ? ' · ' : null}
|
{isVerified ? ' · ' : null}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue