mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-14 11:15:50 +00:00
fix tipuser username
This commit is contained in:
parent
47a048c5e9
commit
d516a832e9
@ -212,7 +212,6 @@ export class TipUser extends LitElement {
|
||||
throw new Error(txnResponse);
|
||||
} else if (txnResponse.success === true && !txnResponse.data.error) {
|
||||
this.shadowRoot.getElementById('amountInput').value = '';
|
||||
this.userName = '';
|
||||
this.errorMessage = '';
|
||||
this.successMessage = this.renderSuccessText();
|
||||
this.sendMoneyLoading = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user