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:
parent
f0dc9d315d
commit
dbbe7725fd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user