Merge pull request #1643 from lbryio/tip-placeholder
bring back the tip placeholder
This commit is contained in:
commit
bd00b0a12e
1 changed files with 1 additions and 2 deletions
|
@ -79,11 +79,10 @@ class WalletSendTip extends React.PureComponent<Props, State> {
|
||||||
postfix={__('LBC')}
|
postfix={__('LBC')}
|
||||||
className="input--price-amount"
|
className="input--price-amount"
|
||||||
error={newTipError}
|
error={newTipError}
|
||||||
value={tipAmount}
|
|
||||||
min="0"
|
min="0"
|
||||||
step="any"
|
step="any"
|
||||||
type="number"
|
type="number"
|
||||||
placeholder="1.00"
|
placeholder="1.23"
|
||||||
onChange={event => this.handleSupportPriceChange(event)}
|
onChange={event => this.handleSupportPriceChange(event)}
|
||||||
helper={
|
helper={
|
||||||
<span>
|
<span>
|
||||||
|
|
Loading…
Reference in a new issue