bring back the tip placeholder

otherwise this shows 0 to start off with.
This commit is contained in:
Thomas Zarebczan 2018-06-19 09:58:00 -04:00 committed by GitHub
parent c205c9cdd1
commit 9daa519a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"