getPropsForSearchResult: Harden to missing conversation
This commit is contained in:
parent
9f1304bca8
commit
6aedb30905
3 changed files with 26 additions and 7 deletions
|
@ -24,7 +24,7 @@ export class ContactName extends React.Component<Props> {
|
|||
|
||||
return (
|
||||
<span className={prefix} dir="auto">
|
||||
<Emojify text={title} />
|
||||
<Emojify text={title || ''} />
|
||||
{shouldShowProfile ? ' ' : null}
|
||||
{profileElement}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue