mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
feat(admin-lte): Set wallet section as default if no wallet exists
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user