mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-09 19:11:01 +00:00
Fix allchains (#301)
This commit is contained in:
@@ -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[] {
|
||||
|
||||
Reference in New Issue
Block a user