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

feature/default_network_editable
Dan J Miller 6 years ago committed by GitHub
parent d2845afd89
commit 464b97890d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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>
)

Loading…
Cancel
Save