aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-12-13 04:31:15 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-12-13 04:31:52 +0800
commit68ef52e183c8564de83e7d8d41d90c5790f2c1be (patch)
tree14ca127f504d283d3b1eda85a369d3f5cd28fccb /old-ui/app/components
parenta67caee76705de4d7b4d6c0129773f975719eaf1 (diff)
downloadtangerine-wallet-browser-68ef52e183c8564de83e7d8d41d90c5790f2c1be.tar.gz
tangerine-wallet-browser-68ef52e183c8564de83e7d8d41d90c5790f2c1be.tar.zst
tangerine-wallet-browser-68ef52e183c8564de83e7d8d41d90c5790f2c1be.zip
Remove inline style.
Diffstat (limited to 'old-ui/app/components')
-rw-r--r--old-ui/app/components/editable-label.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-ui/app/components/editable-label.js b/old-ui/app/components/editable-label.js
index 88993d837..8a5c8954f 100644
--- a/old-ui/app/components/editable-label.js
+++ b/old-ui/app/components/editable-label.js
@@ -29,7 +29,6 @@ EditableLabel.prototype.render = function () {
])
} else {
return h('div.name-label', {
- style: props.nameLabelStyle,
onClick: (event) => {
const nameAttribute = event.target.getAttribute('name')
// checks for class to handle smaller CTA above the account name