will jeremy ever learn to not merge PRs by inspection? probably not

This commit is contained in:
Jeremy Kauffman 2017-08-12 16:30:44 -04:00
parent 517d585b1a
commit 91c041cfd8

View file

@ -834,7 +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 min="0"
/> />
</div> </div>
: ""} : ""}