Enable back button from "active wallet" to "select a wallet" (#1979)
This commit is contained in:
parent
edb43fdf6b
commit
a297eb764a
|
@ -87,7 +87,7 @@ class RootClass extends Component<Props, State> {
|
|||
<Route path="/tx-status" component={CheckTransaction} exact={true} />
|
||||
<Route path="/pushTx" component={BroadcastTx} />
|
||||
<Route path="/support-us" component={SupportPage} exact={true} />
|
||||
<RedirectWithQuery exactArg={true} from="/" to="/account" />
|
||||
<RedirectWithQuery exactArg={true} from="/" to="/account" pushArg={true} />
|
||||
<RouteNotFound />
|
||||
</Switch>
|
||||
</CaptureRouteNotFound>
|
||||
|
|
Loading…
Reference in New Issue