mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Correct merge conflict resolution errors.
This commit is contained in:
parent
7c2257e09c
commit
2420ad2477
@ -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',
|
||||
|
@ -95,13 +95,6 @@ AccountMenu.prototype.render = function () {
|
||||
icon: h('img', { src: 'images/mm-info-icon.svg' }),
|
||||
text: t('infoHelp'),
|
||||
}),
|
||||
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' }),
|
||||
|
Loading…
Reference in New Issue
Block a user