mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 01:08:27 +00:00
quickfix: "onWalletTypeRequest" second parameter
This commit is contained in:
parent
514b31296c
commit
7ed5f11021
@ -116,7 +116,7 @@ class WalletType extends Component<Props> {
|
||||
Standard Wallet
|
||||
</Header>
|
||||
<P isSmaller>Continue to access your standard wallet.</P>
|
||||
<StyledButton onClick={() => this.changeType(false)}>Go to your standard wallet</StyledButton>
|
||||
<StyledButton onClick={() => this.changeType(false, device.state)}>Go to your standard wallet</StyledButton>
|
||||
</Content>
|
||||
<Content>
|
||||
<Tooltip
|
||||
|
Loading…
Reference in New Issue
Block a user