Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruIstrate committed Jan 19, 2024
2 parents 7392dec + 2a836da commit df5b1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salary-calc/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function CountrySelect({ country, onChange }) {
key={code}
value={code}
>
{/* Display the flag, together with the country name */}
{info.emoji} {info.name}
</option>)
}
Expand Down

0 comments on commit df5b1db

Please sign in to comment.