Enable back button from "active wallet" to "select a wallet" (#1979)

This commit is contained in:
Connor Bryan 2018-06-21 23:36:17 -05:00 committed by Daniel Ternyak
parent edb43fdf6b
commit a297eb764a
1 changed files with 1 additions and 1 deletions

View File

@ -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>