mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +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', {
|
||||
value: identity.address,
|
||||
label: identity.name,
|
||||
key: identity.address,
|
||||
})
|
||||
}),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user