mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
Close button in account-details-modal working.
This commit is contained in:
parent
b8b0c8c62a
commit
1d5a725ffb
@ -57,7 +57,9 @@ AccountDetailsModal.prototype.render = function () {
|
||||
|
||||
]),
|
||||
|
||||
h('div.account-details-modal-close', {}),
|
||||
h('div.account-details-modal-close', {
|
||||
onClick: this.props.hideModal,
|
||||
}),
|
||||
|
||||
h(QrView, {
|
||||
Qr: {
|
||||
|
Loading…
Reference in New Issue
Block a user