1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Improve attribute syntax in send-amount-row.component.js

This commit is contained in:
Dan J Miller 2018-06-29 15:44:30 -02:30 committed by GitHub
parent d2845afd89
commit 464b97890d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ export default class SendAmountRow extends Component {
primaryCurrency={primaryCurrency || 'ETH'} primaryCurrency={primaryCurrency || 'ETH'}
selectedToken={selectedToken} selectedToken={selectedToken}
value={amount} value={amount}
step={'any'} step="any"
/> />
</SendRowWrapper> </SendRowWrapper>
) )