Update bid input field in view.jsx to not go past 0 #459

Merged
WaveringAna merged 1 commit from patch-1 into master 2017-08-12 19:14:00 +02:00

View file

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