Show public key tooltip when you hover over profile text.

pull/69/head
Mikunj 7 years ago
parent 570a7f5bf8
commit 51e8bc40b6

@ -28,7 +28,7 @@ export class ContactName extends React.Component<Props> {
return ( return (
<span className={prefix}> <span className={prefix}>
{profileElement} {profileElement}
<span className={shouldShowProfile ? `${prefix}__profile-number` : ''}> <span title={phoneNumber} className={shouldShowProfile ? `${prefix}__profile-number` : ''}>
<Emojify text={title} i18n={i18n} /> <Emojify text={title} i18n={i18n} />
</span> </span>
</span> </span>

Loading…
Cancel
Save