mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
FIX: AmountInput prop types
This commit is contained in:
parent
a400b17c94
commit
5265b167fc
@ -15,7 +15,7 @@ class AmountInput extends Component {
|
||||
/**
|
||||
* amount is a sting thats always in current unit denomination, e.g. '0.001' or '9.43' or '10000'
|
||||
*/
|
||||
amount: PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired,
|
||||
amount: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
||||
/**
|
||||
* callback that returns currently typed amount, in current denomination, e.g. 0.001 or 10000 or $9.34
|
||||
* (btc, sat, fiat)
|
||||
|
Loading…
Reference in New Issue
Block a user