Missing key

This commit is contained in:
Kieran 2023-01-06 14:14:04 +00:00
parent a55fed14dd
commit 25c292f47c
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export default function Thread(props) {
{brokenChains.map(a => {
return (
<>
<NoteGhost>
<NoteGhost key={a}>
Missing event <Link to={`/e/${a}`}>{a.substring(0, 8)}</Link>
</NoteGhost>
{renderChain(a)}