diff options
author | Dan J Miller <dmiller@kyokan.io> | 2018-06-30 02:14:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-30 02:14:30 +0800 |
commit | 464b97890dd35acb7428899aeb214a0e506d4507 (patch) | |
tree | 536cacbf83d884e9c725736c83d848bf8d21a01d /ui/app/components | |
parent | d2845afd898acf6224113832f819d2fe9b3061c6 (diff) | |
download | tangerine-wallet-browser-464b97890dd35acb7428899aeb214a0e506d4507.tar.gz tangerine-wallet-browser-464b97890dd35acb7428899aeb214a0e506d4507.tar.zst tangerine-wallet-browser-464b97890dd35acb7428899aeb214a0e506d4507.zip |
Improve attribute syntax in send-amount-row.component.js
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/send_/send-content/send-amount-row/send-amount-row.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send_/send-content/send-amount-row/send-amount-row.component.js b/ui/app/components/send_/send-content/send-amount-row/send-amount-row.component.js index 6c6189cf9..196538c11 100644 --- a/ui/app/components/send_/send-content/send-amount-row/send-amount-row.component.js +++ b/ui/app/components/send_/send-content/send-amount-row/send-amount-row.component.js @@ -95,7 +95,7 @@ export default class SendAmountRow extends Component { primaryCurrency={primaryCurrency || 'ETH'} selectedToken={selectedToken} value={amount} - step={'any'} + step="any" /> </SendRowWrapper> ) |