Add style guide examples for ContactName and ConversationTitle

This commit is contained in:
Scott Nonnenberg 2018-05-22 15:18:51 -07:00
parent 2988da0981
commit 9dedda84e2
3 changed files with 78 additions and 1 deletions

View file

@ -25,7 +25,7 @@ export class ConversationTitle extends React.Component<Props> {
{phoneNumber ? (
<span className="conversation-number">{phoneNumber}</span>
) : null}{' '}
{profileName ? (
{profileName && !name ? (
<span className="profileName">
<Emojify text={profileName} i18n={i18n} />
</span>