1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-12 17:10:56 +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 payload: $ElementType<State, 'selectedAccount'> = {
// location: location.pathname,
location: location.pathname,
account,
network,
discovery,