mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-27 17:38:07 +00:00
add missing "Amount" label in ripple send form
This commit is contained in:
parent
e69d116e80
commit
63f7b503b5
@ -189,6 +189,7 @@ const AccountSend = (props: Props) => {
|
||||
autoCorrect="off"
|
||||
autoCapitalize="off"
|
||||
spellCheck="false"
|
||||
topLabel="Amount"
|
||||
value={amount}
|
||||
onChange={event => onAmountChange(event.target.value)}
|
||||
bottomText={errors.amount || warnings.amount || infos.amount}
|
||||
|
Loading…
Reference in New Issue
Block a user