diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-21 10:17:22 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-21 10:17:22 +0800 |
commit | 0e1605b0829373d087d87c7be83046125ecd9e1f (patch) | |
tree | bf5ba48788ed0abaa16c4e742335cbe2ace91c10 /ui | |
parent | ab7eb73ecc9e1eac8a5934a59c186e9f92a0bb32 (diff) | |
download | tangerine-wallet-browser-0e1605b0829373d087d87c7be83046125ecd9e1f.tar tangerine-wallet-browser-0e1605b0829373d087d87c7be83046125ecd9e1f.tar.gz tangerine-wallet-browser-0e1605b0829373d087d87c7be83046125ecd9e1f.tar.bz2 tangerine-wallet-browser-0e1605b0829373d087d87c7be83046125ecd9e1f.tar.lz tangerine-wallet-browser-0e1605b0829373d087d87c7be83046125ecd9e1f.tar.xz tangerine-wallet-browser-0e1605b0829373d087d87c7be83046125ecd9e1f.tar.zst tangerine-wallet-browser-0e1605b0829373d087d87c7be83046125ecd9e1f.zip |
fix comment
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/modals/account-details-modal.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/components/modals/account-details-modal.js b/ui/app/components/modals/account-details-modal.js index 38f70c33c..8e252787a 100644 --- a/ui/app/components/modals/account-details-modal.js +++ b/ui/app/components/modals/account-details-modal.js @@ -86,8 +86,6 @@ AccountDetailsModal.prototype.render = function () { }, this.context.t('etherscanView')), // Holding on redesign for Export Private Key functionality - // This feature is disabled for TREZOR accounts - exportPrivateKeyFeatureEnabled ? h('button.btn-primary.account-modal__button', { onClick: () => showExportPrivateKeyModal(), }, this.context.t('exportPrivateKey')) : null, |