fix comment

feature/default_network_editable
brunobar79 6 years ago
parent ab7eb73ecc
commit 0e1605b082
  1. 2
      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,

Loading…
Cancel
Save