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} +