mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Fix bug
This commit is contained in:
parent
c00c943971
commit
3de23f8757
@ -116,7 +116,7 @@ class WalletType extends Component<Props> {
|
|||||||
Standard Wallet
|
Standard Wallet
|
||||||
</Header>
|
</Header>
|
||||||
<P isSmaller>Continue to access your standard wallet.</P>
|
<P isSmaller>Continue to access your standard wallet.</P>
|
||||||
<StyledButton onClick={() => this.changeType(true)}>Go to your standard wallet</StyledButton>
|
<StyledButton onClick={() => this.changeType(false)}>Go to your standard wallet</StyledButton>
|
||||||
</Content>
|
</Content>
|
||||||
<Content>
|
<Content>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
|
Loading…
Reference in New Issue
Block a user