ConversationHeader: Ensure that profile has tilde before it

This commit is contained in:
Scott Nonnenberg 2018-07-18 17:48:18 -07:00
parent ffa2bc05c5
commit 2384988b0a

View file

@ -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}