aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-06-25 20:24:49 +0800
committerDan <danjm.com@gmail.com>2018-06-29 08:15:04 +0800
commitd2845afd898acf6224113832f819d2fe9b3061c6 (patch)
treea93e6d0ecb3ec0df14bf9d7ccd39e792ef36bb4d /ui/app/components/send
parentd5133fb429c313f7bed24e3740eddb1350810b16 (diff)
downloadtangerine-wallet-browser-d2845afd898acf6224113832f819d2fe9b3061c6.tar.gz
tangerine-wallet-browser-d2845afd898acf6224113832f819d2fe9b3061c6.tar.zst
tangerine-wallet-browser-d2845afd898acf6224113832f819d2fe9b3061c6.zip
Remove input arrows for send screen amount row on firefox.
Diffstat (limited to 'ui/app/components/send')
-rw-r--r--ui/app/components/send/currency-display.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/send/currency-display.js b/ui/app/components/send/currency-display.js
index e410bc070..5e2c5fdf6 100644
--- a/ui/app/components/send/currency-display.js
+++ b/ui/app/components/send/currency-display.js
@@ -118,6 +118,7 @@ CurrencyDisplay.prototype.render = function () {
readOnly = false,
inError = false,
onBlur,
+ step,
} = this.props
const { valueToRender } = this.state
@@ -152,6 +153,7 @@ CurrencyDisplay.prototype.render = function () {
width: this.getInputWidth(valueToRender, readOnly),
},
min: 0,
+ step,
}),
h('span.currency-display__currency-symbol', primaryCurrency),