national format
This commit is contained in:
@@ -97,7 +97,7 @@ export function constructFullPhoneNumber(
|
||||
*/
|
||||
export function prettyPhoneNumber(phoneNumber: string) {
|
||||
const result = parsePhoneNumber(phoneNumber)
|
||||
return result.formatInternational()
|
||||
return result.formatNational()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user