Browse Source

fix conditions

qchat-updates
Phillip Lang Martinez 2 years ago
parent
commit
94f050aae7
  1. 4
      qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js

4
qortal-ui-plugins/plugins/core/sponsorship-list/sponsorship-list.src.js

@ -650,7 +650,7 @@ class SponsorshipList extends LitElement {
</li>
<li class=${`row between ${this.status < 3 && 'inactiveText' }`}>
<li class=${`row between ${this.status < 4 && 'inactiveText' }`}>
<p>
4. Complete
</p>
@ -658,7 +658,7 @@ class SponsorshipList extends LitElement {
</li>
${this.privateRewardShareKey && this.status === 4 ? html`
<li class=${`column word-break ${this.status < 3 && 'inactiveText' }`}>
<li class=${`column word-break ${this.status < 4 && 'inactiveText' }`}>
<p>Copy the key below and share it with your sponsored person.</p>
<div style="background: #eee; padding: 8px; margin: 8px 0; border-radius: 5px;">

Loading…
Cancel
Save