1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-27 16:31:06 +00:00

fix for broken send form (never initialized)

This commit is contained in:
Szymon Lesisz 2018-08-16 19:19:54 +02:00
parent f0dc9d315d
commit dbbe7725fd

View File

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