diff options
Remove inline style.
Diffstat (limited to 'old-ui/app/components/editable-label.js')
-rw-r--r-- | old-ui/app/components/editable-label.js | 1 |
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 |