This commit is contained in:
Belen Curcio 2020-10-24 16:57:10 -03:00
parent 5e8cb6e6df
commit 34f270a353
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
import { Colors } from '@components/ui/types'

View File

@ -40,7 +40,7 @@ export default function Home({
</h2>
<div className="group flex flex-col">
{[1, 2, 3, 4, 5, 6].map((i) => (
<WishlistCard />
<WishlistCard key={i} />
))}
</div>
</div>