bring back the tip placeholder
otherwise this shows 0 to start off with.
This commit is contained in:
parent
c205c9cdd1
commit
9daa519a84
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class WalletSendTip extends React.PureComponent<Props, State> {
|
|||
postfix={__('LBC')}
|
||||
className="input--price-amount"
|
||||
error={newTipError}
|
||||
value={tipAmount}
|
||||
value={tipAmount || ''}
|
||||
min="0"
|
||||
step="any"
|
||||
type="number"
|
||||
|
|
Loading…
Reference in a new issue