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 73d7281 commit e073bdaCopy full SHA for e073bda
src/state/ageAssurance/useInitAgeAssurance.ts
@@ -42,11 +42,7 @@ function createISOCountryCode(
42
countryCode: string
43
},
44
): string {
45
- if (geolocation.regionCode) {
46
- return `${geolocation.countryCode}-${geolocation.regionCode}`.toUpperCase()
47
- } else {
48
- return geolocation.countryCode.toUpperCase()
49
- }
+ return geolocation.countryCode.toUpperCase()
50
}
51
52
export function useInitAgeAssurance() {
0 commit comments