From 5b9ec54872463ecd81a209021eb3b8fe8f926c3f Mon Sep 17 00:00:00 2001 From: PhilReact Date: Wed, 8 Nov 2023 12:47:02 +0200 Subject: [PATCH] remove comment --- plugins/plugins/core/sponsorship-list/sponsorship-list.src.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/plugins/core/sponsorship-list/sponsorship-list.src.js b/plugins/plugins/core/sponsorship-list/sponsorship-list.src.js index 5bb599d9..bf552c27 100644 --- a/plugins/plugins/core/sponsorship-list/sponsorship-list.src.js +++ b/plugins/plugins/core/sponsorship-list/sponsorship-list.src.js @@ -740,7 +740,6 @@ class SponsorshipList extends LitElement { this.privateRewardShareKey = extraDataPrivateKey; this.confirmRelationship(publicKeyValue, isCopy); } else { - // It's a good practice to provide a default error message const defaultErrorMessage = 'An unknown error occurred.'; this.errorMessage = dataMessage || txnResponse.message || defaultErrorMessage; this.isLoadingCreateSponsorship = false;