1
0
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:
Szymon Lesisz 2018-12-20 16:51:22 +01:00
parent e69d116e80
commit 63f7b503b5

View File

@ -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}