diff options
-rw-r--r-- | ui/app/components/modals/account-details-modal.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/app/components/modals/account-details-modal.js b/ui/app/components/modals/account-details-modal.js index fb0e70397..838000fed 100644 --- a/ui/app/components/modals/account-details-modal.js +++ b/ui/app/components/modals/account-details-modal.js @@ -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: { |