1
0
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:
Dan Finlay 2017-05-07 16:44:43 -07:00
parent a09dca68a4
commit f17c6b4eef

View File

@ -63,6 +63,7 @@ EnsInput.prototype.render = function () {
return h('option', {
value: identity.address,
label: identity.name,
key: identity.address,
})
}),
]),