From 1445838e022365ee88f1bf329d6a4a28922074db Mon Sep 17 00:00:00 2001 From: krishna2323 Date: Sat, 13 Jul 2024 13:45:24 +0530 Subject: [PATCH] fix: Profile-In self DM, inconsistency in display of long email id in profile page of mweb. Signed-off-by: krishna2323 --- src/pages/ProfilePage.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/ProfilePage.tsx b/src/pages/ProfilePage.tsx index 240f3307d158..b7b36d0dab45 100755 --- a/src/pages/ProfilePage.tsx +++ b/src/pages/ProfilePage.tsx @@ -245,7 +245,12 @@ function ProfilePage({route}: ProfilePageProps) { - {isSMSLogin ? formatPhoneNumber(phoneNumber ?? '') : login} + + {isSMSLogin ? formatPhoneNumber(phoneNumber ?? '') : login} +