diff --git a/src/components/admin-lte/wallet/index.js b/src/components/admin-lte/wallet/index.js index ac6c681..1e138e0 100644 --- a/src/components/admin-lte/wallet/index.js +++ b/src/components/admin-lte/wallet/index.js @@ -20,24 +20,31 @@ class Wallet extends React.Component { return ( - + {/* Show wallet info is this exists */} {_this.props.walletInfo.mnemonic && ( )} - + {/** Shows the 'create' and 'import' cards + * if there's not a wallet created + */} + {!_this.props.walletInfo.mnemonic && ( + <> + - + + + )} {this.props.importComponents} diff --git a/src/components/admin-lte/wallet/info.js b/src/components/admin-lte/wallet/info.js index 6e01ceb..3393182 100644 --- a/src/components/admin-lte/wallet/info.js +++ b/src/components/admin-lte/wallet/info.js @@ -28,7 +28,8 @@ class InfoWallets extends React.Component {

This is an open source, non-custodial web wallet supporting Bitcoin Cash (BCH) and SLP tokens. Web wallets - offer user convenience, by they are inherently insecure.{' '} + offer user convenience, but they are inherently insecure and + bad for privacy.{' '} Storing large amounts of money on a web wallet is not recommended!