pull/81/merge
Matvii Hodovaniuk 12 months ago committed by GitHub
commit 445e2442f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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}>
<div>
{' '}
<img src={country.flag} alt={country.name} />{' '}

Loading…
Cancel
Save