mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-23 19:25:42 +00:00
AvatarPopup: Show profile name if we have it
This commit is contained in:
@@ -42,7 +42,9 @@ export const AvatarPopup = (props: Props) => {
|
||||
<div className="module-avatar-popup__profile">
|
||||
<Avatar {...props} size={52} />
|
||||
<div className="module-avatar-popup__profile__text">
|
||||
<div className="module-avatar-popup__profile__name">{title}</div>
|
||||
<div className="module-avatar-popup__profile__name">
|
||||
{profileName || title}
|
||||
</div>
|
||||
{shouldShowNumber ? (
|
||||
<div className="module-avatar-popup__profile__number">
|
||||
{phoneNumber}
|
||||
|
||||
Reference in New Issue
Block a user