mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-31 19:30:53 +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 = {
|
||||
type: typeof LOCATION_CHANGE,
|
||||
payload: {
|
||||
action: string,
|
||||
location: Location,
|
||||
},
|
||||
}
|
||||
|
@ -46,7 +46,9 @@ const reducers = {
|
||||
blockchain,
|
||||
signVerify,
|
||||
router: () => ({
|
||||
location: {}, hash: {}, state: {}, network: {},
|
||||
location: {
|
||||
pathname: '', hash: '', search: '', state: {},
|
||||
},
|
||||
}: State),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user