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:
commit
db2ada9ec4
1 changed files with 1 additions and 0 deletions
|
@ -834,6 +834,7 @@ class PublishForm extends React.PureComponent {
|
|||
value={this.state.bid}
|
||||
placeholder={this.claim() ? this.topClaimValue() + 10 : 100}
|
||||
helper={lbcInputHelp}
|
||||
min=0
|
||||
/>
|
||||
</div>
|
||||
: ""}
|
||||
|
|
Loading…
Reference in a new issue