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;