Show public key tooltip when you hover over profile text.

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

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

Loading…
Cancel
Save