From e709020f1e2c4c343768c63083e8aa741118ec32 Mon Sep 17 00:00:00 2001 From: nicocappabianca Date: Sat, 15 Aug 2020 20:31:12 -0300 Subject: [PATCH] Load Token View by default --- src/components/admin-lte/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index 229ad17..2d6d318 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -39,7 +39,7 @@ class AdminLTEPage extends React.Component { this.state = { bchBalance: 0, showScannerModal: false, - section: 'Wallet', + section: 'Tokens', menuIsHide: false, walletInfo: {}, inFetch: false, @@ -50,8 +50,8 @@ class AdminLTEPage extends React.Component { _this.sidebar = [ , - , - , + , + , , ] @@ -190,7 +190,7 @@ class AdminLTEPage extends React.Component { _this.customMenuItems() _this.addOnClickEventToScanner() - _this.activeItemById('Wallet') + _this.activeItemById('Tokens') _this.setDefaultServers()