feat(admin-lte): Set wallet section as default if no wallet exists

This commit is contained in:
nicocappabianca
2020-11-08 20:01:52 -03:00
parent 646f191571
commit 40c9b852e9
+1 -1
View File
@@ -48,7 +48,7 @@ class AdminLTEPage extends React.Component {
// the state to avoid 'setState()' errors inside render()
_this.activedItem = ''
_this.menuLoaded = false
/* If no wallet exists the default section will be 'Wallet' */
const { mnemonic } = _this.props.walletInfo
_this.defaultSection = mnemonic ? 'Tokens' : 'Wallet'