Design comparison
SolutionDesign
Solution retrospective
Dark mode not implemented
Community feedback
- @kenankomahPosted 11 months ago
When you click to filter for the Americas I noticed that it shows no results. I believe that this is happening because in the regions array there is a whitespace character in the string for Americas at the beginning so it is showing ' Americas' instead of 'Americas' this is what I saw in the code
const regions = ['Africa', ' Americas', 'Asia', 'Europe', 'Oceania']
I hope this helps
1@anna-dominguezPosted 11 months ago@kenankomah Hello ! Thanks a lot, it was the whitespace character before "Americas" as you noticed 😁
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord