From d516a832e97cd4a854c9da99eb7b291e807f0b1a Mon Sep 17 00:00:00 2001 From: Phillip Date: Tue, 17 Jan 2023 08:17:35 +0200 Subject: [PATCH] fix tipuser username --- qortal-ui-plugins/plugins/core/components/TipUser.js | 1 - 1 file changed, 1 deletion(-) diff --git a/qortal-ui-plugins/plugins/core/components/TipUser.js b/qortal-ui-plugins/plugins/core/components/TipUser.js index 963e5c02..eabbc102 100644 --- a/qortal-ui-plugins/plugins/core/components/TipUser.js +++ b/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;