change var
This commit is contained in:
parent
5b10fead6c
commit
58eef65f31
@ -148,10 +148,10 @@ class BecomeMinter extends LitElement {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const findMintingAccount = this.mintingAccountData?.find(
|
const findMintingAccount = this.mintingAccountData?.find(
|
||||||
(ma) => ma.mintingAccount === window.parent.reduxStore.getState().app?.selectedAddress
|
(ma) => ma.recipientAccount === window.parent.reduxStore.getState().app?.selectedAddress
|
||||||
?.address
|
?.address
|
||||||
);
|
);
|
||||||
|
|
||||||
const isAlreadySponsored =
|
const isAlreadySponsored =
|
||||||
this.addressInfo?.error !== 124 &&
|
this.addressInfo?.error !== 124 &&
|
||||||
this.addressInfo?.level === 0 &&
|
this.addressInfo?.level === 0 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user