|
|
@ -41,7 +41,6 @@ EnsInput.prototype.render = function () { |
|
|
|
this.checkName() |
|
|
|
this.checkName() |
|
|
|
}, |
|
|
|
}, |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
return h('div', { |
|
|
|
return h('div', { |
|
|
|
style: { width: '100%' }, |
|
|
|
style: { width: '100%' }, |
|
|
|
}, [ |
|
|
|
}, [ |
|
|
@ -55,6 +54,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, |
|
|
|
}) |
|
|
|
}) |
|
|
|
}), |
|
|
|
}), |
|
|
|
// Corresponds to previously sent-to addresses.
|
|
|
|
// Corresponds to previously sent-to addresses.
|
|
|
|