mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
getPropsForSearchResult: Harden to missing conversation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user