Update view.jsx
This commit is contained in:
parent
5aa28433bf
commit
dcf5844ff6
1 changed files with 1 additions and 0 deletions
|
@ -833,6 +833,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>
|
||||||
: ""}
|
: ""}
|
||||||
|
|
Loading…
Reference in a new issue