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')}
|
||||
className="input--price-amount"
|
||||
error={newTipError}
|
||||
value={tipAmount}
|
||||
min="0"
|
||||
step="any"
|
||||
type="number"
|
||||
placeholder="1.00"
|
||||
placeholder="1.23"
|
||||
onChange={event => this.handleSupportPriceChange(event)}
|
||||
helper={
|
||||
<span>
|
||||
|
|
Loading…
Reference in a new issue