mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Hook up hideModal action to close icon in EditAccountNameModal
This commit is contained in:
parent
c2636143c3
commit
3fa7c5dc08
@ -43,7 +43,11 @@ EditAccountNameModal.prototype.render = function () {
|
||||
h('div.flex-column.edit-account-name-modal-content', {
|
||||
}, [
|
||||
|
||||
h('div.edit-account-name-modal-cancel', {}, [
|
||||
h('div.edit-account-name-modal-cancel', {
|
||||
onClick: () => {
|
||||
hideModal()
|
||||
},
|
||||
}, [
|
||||
h('i.fa.fa-times'),
|
||||
]),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user