diff --git a/src/components/contacts/phone-number.ts b/src/components/contacts/phone-number.ts index d550984ae7..9510a614c0 100644 --- a/src/components/contacts/phone-number.ts +++ b/src/components/contacts/phone-number.ts @@ -97,7 +97,7 @@ export function constructFullPhoneNumber( */ export function prettyPhoneNumber(phoneNumber: string) { const result = parsePhoneNumber(phoneNumber) - return result.formatInternational() + return result.formatNational() } /**