1
0
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:
Kevin Serrano 2017-03-14 14:04:52 -07:00
parent c136cb6cd4
commit 1ec7930c75

View File

@ -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) => {