pull/289/head
Vladimir Volek 5 years ago committed by Szymon Lesisz
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…
Cancel
Save