From 63f7b503b551840e535e338bdd1b9644707485bc Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Thu, 20 Dec 2018 16:51:22 +0100 Subject: [PATCH] add missing "Amount" label in ripple send form --- src/views/Wallet/views/Account/Send/ripple/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Wallet/views/Account/Send/ripple/index.js b/src/views/Wallet/views/Account/Send/ripple/index.js index 3767107a..c2bc10a4 100644 --- a/src/views/Wallet/views/Account/Send/ripple/index.js +++ b/src/views/Wallet/views/Account/Send/ripple/index.js @@ -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}