fix: allow sending amounts less that 1 lbc

This commit is contained in:
Sean Yesmunt 2018-04-05 21:59:14 -04:00
parent efc81d8c14
commit e133721217

View file

@ -51,6 +51,7 @@ class WalletSend extends React.PureComponent<Props> {
postfix={__('LBC')}
className="input--price-amount"
min="0"
step="any"
onChange={handleChange}
onBlur={handleBlur}
value={values.amount}