4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-12 02:05:51 +00:00

remove comment

This commit is contained in:
PhilReact 2023-11-08 12:47:02 +02:00
parent f588ffe5d3
commit 5b9ec54872

View File

@ -740,7 +740,6 @@ class SponsorshipList extends LitElement {
this.privateRewardShareKey = extraDataPrivateKey; this.privateRewardShareKey = extraDataPrivateKey;
this.confirmRelationship(publicKeyValue, isCopy); this.confirmRelationship(publicKeyValue, isCopy);
} else { } else {
// It's a good practice to provide a default error message
const defaultErrorMessage = 'An unknown error occurred.'; const defaultErrorMessage = 'An unknown error occurred.';
this.errorMessage = dataMessage || txnResponse.message || defaultErrorMessage; this.errorMessage = dataMessage || txnResponse.message || defaultErrorMessage;
this.isLoadingCreateSponsorship = false; this.isLoadingCreateSponsorship = false;