diff options
Correct merge conflict resolution errors.
-rw-r--r-- | ui/app/accounts/import/private-key.js | 2 | ||||
-rw-r--r-- | ui/app/components/account-menu/index.js | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/ui/app/accounts/import/private-key.js b/ui/app/accounts/import/private-key.js index 0b49d3281..bc9e9384e 100644 --- a/ui/app/accounts/import/private-key.js +++ b/ui/app/accounts/import/private-key.js @@ -38,8 +38,6 @@ PrivateKeyImportView.prototype.render = function () { h('div.new-account-import-form__private-key-password-container', [ - h('span.new-account-import-form__instruction', 'Paste your private key string here:'), - h('input.new-account-import-form__input-password', { type: 'password', id: 'private-key-box', diff --git a/ui/app/components/account-menu/index.js b/ui/app/components/account-menu/index.js index 043e3d8d1..e838e8916 100644 --- a/ui/app/components/account-menu/index.js +++ b/ui/app/components/account-menu/index.js @@ -97,13 +97,6 @@ AccountMenu.prototype.render = function () { }), h(Item, { onClick: showConfigPage, - icon: h('img', { src: 'images/settings.svg' }), - text: t('settings'), - icon: h('img.account-menu__item-icon', { src: 'images/mm-info-icon.svg' }), - text: t('infoHelp'), - }), - h(Item, { - onClick: showConfigPage, icon: h('img.account-menu__item-icon', { src: 'images/settings.svg' }), text: t('settings'), }), |