aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-09-06 20:39:58 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-08 01:26:21 +0800
commit1d5a725ffbcd0fe3123d3bbb5889abce99cbaabe (patch)
treeb4a147e2fa6764310c2b085666bacb4014de9303 /ui/app
parentb8b0c8c62a138351277b1db0dadb7ede512da2bc (diff)
downloadtangerine-wallet-browser-1d5a725ffbcd0fe3123d3bbb5889abce99cbaabe.tar.gz
tangerine-wallet-browser-1d5a725ffbcd0fe3123d3bbb5889abce99cbaabe.tar.zst
tangerine-wallet-browser-1d5a725ffbcd0fe3123d3bbb5889abce99cbaabe.zip
Close button in account-details-modal working.
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/modals/account-details-modal.js4
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: {