aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-06-28 06:29:26 +0800
committerGitHub <noreply@github.com>2017-06-28 06:29:26 +0800
commited08e736d7e0c8b105d48d584a9d9cee33bfa34f (patch)
tree93b176d9a44fee8678d5d30af446e8b3700645f9 /ui/app/components
parentf8f01be5ee8fbe040e419a729644320c82fcf1a8 (diff)
parentf925a37a9f79337951a0ffd8a106929b3f75d22b (diff)
downloadtangerine-wallet-browser-ed08e736d7e0c8b105d48d584a9d9cee33bfa34f.tar.gz
tangerine-wallet-browser-ed08e736d7e0c8b105d48d584a9d9cee33bfa34f.tar.zst
tangerine-wallet-browser-ed08e736d7e0c8b105d48d584a9d9cee33bfa34f.zip
Merge pull request #1675 from MetaMask/warning-fixes
React Warning Fixes
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/ens-input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/ens-input.js b/ui/app/components/ens-input.js
index 16c50db84..3a33ebf74 100644
--- a/ui/app/components/ens-input.js
+++ b/ui/app/components/ens-input.js
@@ -41,7 +41,6 @@ EnsInput.prototype.render = function () {
this.checkName()
},
})
-
return h('div', {
style: { width: '100%' },
}, [
@@ -55,6 +54,7 @@ EnsInput.prototype.render = function () {
return h('option', {
value: identity.address,
label: identity.name,
+ key: identity.address,
})
}),
// Corresponds to previously sent-to addresses.