From 0e1605b0829373d087d87c7be83046125ecd9e1f Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Mon, 20 Aug 2018 22:17:22 -0400 Subject: [PATCH] fix comment --- ui/app/components/modals/account-details-modal.js | 2 -- 1 file changed, 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,