From 1f5b1607cca0ecc8dc1efa237a7f40d3ab3e5291 Mon Sep 17 00:00:00 2001 From: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com> Date: Mon, 30 Nov 2020 13:13:49 +0100 Subject: [PATCH] Fix allchains (#301) --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] {