Merge pull request #471 from btzr-io/patch-6

Prevent negative value in WalletSend bid input
This commit is contained in:
Jeremy Kauffman 2017-08-12 15:38:27 -04:00 committed by GitHub
commit fe71355ecf

View file

@ -25,6 +25,7 @@ const WalletSend = props => {
label={__("Amount")}
postfix={__("LBC")}
step="0.01"
min="0"
type="number"
placeholder="1.23"
size="10"