We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856efb9 commit 71eed66Copy full SHA for 71eed66
src/util/phone-number-utils.ts
@@ -46,5 +46,5 @@ export const parsePhoneNumber = (
46
};
47
48
export const isDirectDial = (phoneNumber: string) => {
49
- return phoneNumber.length < MIN_PHONE_NUMBER_LENGTH;
+ return phoneNumber.length <= MIN_PHONE_NUMBER_LENGTH;
50
0 commit comments