Browse Source

fix tipuser username

pull/90/head
Phillip 2 years ago
parent
commit
d516a832e9
  1. 1
      qortal-ui-plugins/plugins/core/components/TipUser.js

1
qortal-ui-plugins/plugins/core/components/TipUser.js

@ -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…
Cancel
Save