diff --git a/src/App.js b/src/App.js index c556044..b19f8aa 100644 --- a/src/App.js +++ b/src/App.js @@ -32,7 +32,6 @@ class App extends React.Component { // Working array for storing modal output. this.modalBody = [] - this.tokenData = {} this.state = { walletInitialized: false, @@ -76,13 +75,14 @@ class App extends React.Component { render () { // console.log('App component rendered. this.state.wallet: ', this.state.wallet) + console.log(`App component menuState: ${this.state.menuState}`) return ( <> - {this.state.walletInitialized ? : } + {this.state.walletInitialized ? : }