a81cb97810
0d1e023179
@ -29,9 +29,9 @@ class App extends Component {
})
}
renderCountries = () => {
return this.state.data.map((country) => {
return this.state.data.map((country, i) => {
return (
<div>
<div key={i}>
{' '}
<img src={country.flag} alt={country.name} />{' '}