1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

fix comment

This commit is contained in:
brunobar79 2018-08-20 22:17:22 -04:00
parent ab7eb73ecc
commit 0e1605b082

View File

@ -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,