will jeremy ever learn to not merge PRs by inspection? probably not
This commit is contained in:
parent
517d585b1a
commit
91c041cfd8
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ class PublishForm extends React.PureComponent {
|
|||
value={this.state.bid}
|
||||
placeholder={this.claim() ? this.topClaimValue() + 10 : 100}
|
||||
helper={lbcInputHelp}
|
||||
min=0
|
||||
min="0"
|
||||
/>
|
||||
</div>
|
||||
: ""}
|
||||
|
|
Loading…
Reference in a new issue