Fix build error
This commit is contained in:
parent
1f083073e4
commit
16cc7ffb30
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const ContentUpdate = ({
|
||||||
const items = newItems[key]
|
const items = newItems[key]
|
||||||
elements = items
|
elements = items
|
||||||
? items.map((id) => {
|
? items.map((id) => {
|
||||||
return <ChangelogUnit id={id} type={key} />
|
return <ChangelogUnit id={id} type={key} key={`${key}-${i}`} />
|
||||||
})
|
})
|
||||||
: []
|
: []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue