checkpoint
This commit is contained in:
parent
925135d08c
commit
22e2dab830
7 changed files with 155 additions and 2 deletions
|
@ -46,7 +46,7 @@ function Cookbook() {
|
|||
) : (
|
||||
<div className="recipes-grid">
|
||||
{recipes.map((recipe: Recipe) => (
|
||||
<CookbookRecipeTile recipe={recipe} key={recipe.id} handleDelete={handleDelete} />
|
||||
<CookbookRecipeTile recipe={recipe} key={recipe.details.id} handleDelete={handleDelete} />
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue