mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix ens iterated element without key error
This commit is contained in:
parent
a09dca68a4
commit
f17c6b4eef
@ -63,6 +63,7 @@ EnsInput.prototype.render = function () {
|
|||||||
return h('option', {
|
return h('option', {
|
||||||
value: identity.address,
|
value: identity.address,
|
||||||
label: identity.name,
|
label: identity.name,
|
||||||
|
key: identity.address,
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
]),
|
]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user