Merge pull request #459 from aayanl/patch-1

Update bid input field in view.jsx to not go past 0
This commit is contained in:
Jeremy Kauffman 2017-08-12 13:13:59 -04:00 committed by GitHub
commit db2ada9ec4

View file

@ -834,6 +834,7 @@ class PublishForm extends React.PureComponent {
value={this.state.bid} value={this.state.bid}
placeholder={this.claim() ? this.topClaimValue() + 10 : 100} placeholder={this.claim() ? this.topClaimValue() + 10 : 100}
helper={lbcInputHelp} helper={lbcInputHelp}
min=0
/> />
</div> </div>
: ""} : ""}