mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
same input state for local amount as for amount
This commit is contained in:
parent
67c0a18948
commit
f0c8c0e100
@ -445,7 +445,7 @@ const AccountSend = (props: Props) => {
|
||||
<LocalAmountWrapper>
|
||||
<EqualsSign>=</EqualsSign>
|
||||
<LocalAmountInput
|
||||
// state={getAmountInputState(errors.amount, warnings.amount)}
|
||||
state={getAmountInputState(errors.amount, warnings.amount)}
|
||||
autoComplete="off"
|
||||
autoCorrect="off"
|
||||
autoCapitalize="off"
|
||||
|
@ -409,7 +409,7 @@ const AccountSend = (props: Props) => {
|
||||
<LocalAmountWrapper>
|
||||
<EqualsSign>=</EqualsSign>
|
||||
<LocalAmountInput
|
||||
// state={getAmountInputState(errors.amount, warnings.amount)}
|
||||
state={getAmountInputState(errors.amount, warnings.amount)}
|
||||
autoComplete="off"
|
||||
autoCorrect="off"
|
||||
autoCapitalize="off"
|
||||
|
Loading…
Reference in New Issue
Block a user