mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
New account modal top right close button working.
This commit is contained in:
parent
ab4005cab8
commit
5a8433b6ce
@ -37,7 +37,9 @@ NewAccountModal.prototype.render = function () {
|
||||
'New Account',
|
||||
]),
|
||||
|
||||
h('div.modal-close-x', {}),
|
||||
h('div.modal-close-x', {
|
||||
onClick: this.props.hideModal,
|
||||
}),
|
||||
|
||||
h('div.new-account-modal-content', {}, [
|
||||
'Account Name',
|
||||
|
Loading…
Reference in New Issue
Block a user