4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55: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.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;