mirror of
https://github.com/Noratrieb/hugos-lieblingsflugzeuge.git
synced 2026-01-16 20:55:05 +01:00
hugo bereit für plugzeuge
This commit is contained in:
parent
6b39d6b79a
commit
fddfef5829
8 changed files with 39 additions and 29 deletions
|
|
@ -13,7 +13,7 @@ class Home extends Component {
|
|||
|
||||
render() {
|
||||
const favs = this.state.favs
|
||||
.map(x => <ModelImage src={x.category + x.img} name={x.name} cat={x.category}/>);
|
||||
.map(x => <ModelImage src={x.category + x.img} name={x.name} cat={x.category} key={x.category + x.name}/>);
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue