diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a4c653c..65281e1 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -202,7 +202,7 @@ export default class App extends React.Component<{}, {}> { private onHashChange = () => { const { tab = '' } = getHashData(); - this.setState({ tab }); + this.appUpdate({ tab }); }; private chains(): ChainData[] {