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}