-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: change the id from en:united-kingdom to en:uk #743
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for warm-cannoli-79bbb2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems sensible. For identifiers, might be worth making sure they all use whatever the current https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes codes are
if (!countryId) { | ||
return ""; | ||
} | ||
const country = counties.find((item) => item.id === countryId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
countries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- There's a wider issue reported by @raphael0202 at Use parameters countries= when fetching insights #1001
Fix #740