aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-11-10 11:49:16 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-11-15 08:18:00 +0800
commit9e3f921ba928a948c04b4156daa0a3f752ee2dde (patch)
tree61879e2bdcf2250e1c8ee7798e78df001f2ca3f0 /ui/app/components/send
parent4671f28476165fec43785ae23352c1e9a0776abc (diff)
downloadtangerine-wallet-browser-9e3f921ba928a948c04b4156daa0a3f752ee2dde.tar.gz
tangerine-wallet-browser-9e3f921ba928a948c04b4156daa0a3f752ee2dde.tar.zst
tangerine-wallet-browser-9e3f921ba928a948c04b4156daa0a3f752ee2dde.zip
Create single action for updating all of send in redux state.
Diffstat (limited to 'ui/app/components/send')
-rw-r--r--ui/app/components/send/currency-display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send/currency-display.js b/ui/app/components/send/currency-display.js
index 5bf8d6aa0..819fee0a0 100644
--- a/ui/app/components/send/currency-display.js
+++ b/ui/app/components/send/currency-display.js
@@ -97,7 +97,7 @@ CurrencyDisplay.prototype.render = function () {
onInputChange: newValue => {
handleChange(this.getAmount(newValue))
},
- inputRef: input => { this.currencyInput = input; },
+ inputRef: input => { this.currencyInput = input },
}),
h('span.currency-display__currency-symbol', primaryCurrency),