diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index 540da3a..870f1e5 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -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'