Add missing key to list
This commit is contained in:
parent
c3998ca039
commit
ba054ef2b9
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ export default function RecipeDetailPage() {
|
|||
<ul>
|
||||
{recipeWorkingCopy.ingredientGroupList.map((group, i) => (
|
||||
<IngredientGroupDisplayListItem
|
||||
key={i}
|
||||
index={i}
|
||||
groupModel={group}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue