mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-14 11:43:12 +00:00
added isMinting var
This commit is contained in:
@@ -19,6 +19,7 @@ class YesSponsored extends LitElement {
|
||||
return {
|
||||
addressInfo: { type: Object },
|
||||
rewardSharePublicKey: { type: String },
|
||||
isMinting: {type: Boolean}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +28,7 @@ class YesSponsored extends LitElement {
|
||||
|
||||
this.addressInfo = {};
|
||||
this.rewardSharePublicKey = '';
|
||||
this.isMinting = false
|
||||
}
|
||||
|
||||
static styles = [pageStyles];
|
||||
@@ -63,7 +65,12 @@ class YesSponsored extends LitElement {
|
||||
<hr
|
||||
style="color: #eee; border-radius: 90%; margin-bottom: 1rem;"
|
||||
/>
|
||||
${this.isMinting ? html`
|
||||
<h4>${translate('becomeMinterPage.bchange12')}</h4>
|
||||
` : html`
|
||||
<h4>${translate('mintingpage.mchange9')}</h4>
|
||||
`}
|
||||
|
||||
</div>
|
||||
<div class="content-box">
|
||||
<span class="title"
|
||||
|
||||
Reference in New Issue
Block a user