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:
parent
d2845afd89
commit
464b97890d
@ -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>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user