Skip to content

Commit

Permalink
Merge pull request #123 from mattshipitfi/patch-1
Browse files Browse the repository at this point in the history
fix(countryData): update Sweden format mask
  • Loading branch information
ybrusentsov committed Oct 27, 2023
2 parents 923d792 + 70d89c1 commit 920606b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/countryData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const defaultCountries: CountryData[] = [
['Sudan', 'sd', '249'],
['Suriname', 'sr', '597'],
['Swaziland', 'sz', '268'],
['Sweden', 'se', '46', '(...) ...-...'],
['Sweden', 'se', '46', '... ... ...'],
['Switzerland', 'ch', '41', '.. ... .. ..'],
['Syria', 'sy', '963'],
['Taiwan', 'tw', '886'],
Expand Down

0 comments on commit 920606b

Please sign in to comment.