Add style guide examples for ContactName and ConversationTitle
This commit is contained in:
parent
2988da0981
commit
9dedda84e2
3 changed files with 78 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue