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>
|
<ul>
|
||||||
{recipeWorkingCopy.ingredientGroupList.map((group, i) => (
|
{recipeWorkingCopy.ingredientGroupList.map((group, i) => (
|
||||||
<IngredientGroupDisplayListItem
|
<IngredientGroupDisplayListItem
|
||||||
|
key={i}
|
||||||
index={i}
|
index={i}
|
||||||
groupModel={group}
|
groupModel={group}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue