add missing "Amount" label in ripple send form

pull/283/head
Szymon Lesisz 6 years ago
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…
Cancel
Save