fix for broken send form (never initialized)

pull/3/head^2
Szymon Lesisz 6 years ago
parent f0dc9d315d
commit dbbe7725fd

@ -67,7 +67,7 @@ export const updateSelectedValues = (prevState: State, action: Action): AsyncAct
const web3 = stateUtils.getWeb3(state);
const payload: $ElementType<State, 'selectedAccount'> = {
// location: location.pathname,
location: location.pathname,
account,
network,
discovery,

Loading…
Cancel
Save