mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Minor change in removing opts object.
This commit is contained in:
parent
c136cb6cd4
commit
1ec7930c75
@ -48,10 +48,7 @@ EnsInput.prototype.render = function () {
|
||||
}, [
|
||||
h('input.large-input', opts),
|
||||
// The address book functionality.
|
||||
h('datalist',
|
||||
{
|
||||
id: 'addresses',
|
||||
},
|
||||
h('datalist#addresses',
|
||||
[
|
||||
// Corresponds to the addresses owned.
|
||||
Object.keys(props.identities).map((key) => {
|
||||
|
Loading…
Reference in New Issue
Block a user