diff --git a/user-dashboard/js/dashboard/src/routes/Chain/index.js b/user-dashboard/js/dashboard/src/routes/Chain/index.js index ed1826f1..9b8ccdcc 100644 --- a/user-dashboard/js/dashboard/src/routes/Chain/index.js +++ b/user-dashboard/js/dashboard/src/routes/Chain/index.js @@ -90,6 +90,7 @@ class Chain extends PureComponent { const {loading} = this.state; const { queryByBlockId:{queryByBlockId } } = this.props.chain; const { queryByTransactionId : {queryByTransactionId}} = this.props.chain + const currentChainId = localStorage.getItem(`${window.apikey}-chainId`); const cb = () => { console.log('expired callback') }