1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-31 19:30:53 +00:00

Fixed flow

This commit is contained in:
Vladimir Volek 2019-01-03 14:11:55 +01:00 committed by Szymon Lesisz
parent e0501b1072
commit d83f3c1b28
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,6 @@ declare module 'connected-react-router' {
declare export type RouterAction = {
type: typeof LOCATION_CHANGE,
payload: {
action: string,
location: Location,
},
}

View File

@ -46,7 +46,9 @@ const reducers = {
blockchain,
signVerify,
router: () => ({
location: {}, hash: {}, state: {}, network: {},
location: {
pathname: '', hash: '', search: '', state: {},
},
}: State),
};