mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-03 21:00:55 +00:00
Fixed flow
This commit is contained in:
parent
e0501b1072
commit
d83f3c1b28
@ -20,7 +20,6 @@ declare module 'connected-react-router' {
|
|||||||
declare export type RouterAction = {
|
declare export type RouterAction = {
|
||||||
type: typeof LOCATION_CHANGE,
|
type: typeof LOCATION_CHANGE,
|
||||||
payload: {
|
payload: {
|
||||||
action: string,
|
|
||||||
location: Location,
|
location: Location,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,9 @@ const reducers = {
|
|||||||
blockchain,
|
blockchain,
|
||||||
signVerify,
|
signVerify,
|
||||||
router: () => ({
|
router: () => ({
|
||||||
location: {}, hash: {}, state: {}, network: {},
|
location: {
|
||||||
|
pathname: '', hash: '', search: '', state: {},
|
||||||
|
},
|
||||||
}: State),
|
}: State),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user