Skip to content

Commit

Permalink
Fix missing key in countries list
Browse files Browse the repository at this point in the history
  • Loading branch information
YoruNoHikage committed Dec 31, 2023
1 parent af4ec00 commit 59ec8bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/countries.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const CountriesPage = () => {
>
{countries.map(({ country_code, count }) => (
<LinkBox
key={country_code}
px={{ base: '4', md: '6' }}
py={{ base: '5', md: '6' }}
bg="bg-surface"
Expand Down

0 comments on commit 59ec8bd

Please sign in to comment.