From 7ef5dc6401eb98bf62310d52a374dfcb62f200cd Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 27 Jul 2020 11:07:09 -0700 Subject: [PATCH] AvatarPopup: Show profile name if we have it --- ts/components/AvatarPopup.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/components/AvatarPopup.tsx b/ts/components/AvatarPopup.tsx index 4bce09a48..11f600bc3 100644 --- a/ts/components/AvatarPopup.tsx +++ b/ts/components/AvatarPopup.tsx @@ -42,7 +42,9 @@ export const AvatarPopup = (props: Props) => {
-
{title}
+
+ {profileName || title} +
{shouldShowNumber ? (
{phoneNumber}