fix tipuser username

This commit is contained in:
Phillip 2023-01-17 08:17:35 +02:00
parent 47a048c5e9
commit d516a832e9

View File

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