fix bug change var condition
This commit is contained in:
parent
48d0926bb1
commit
5b10fead6c
@ -148,8 +148,8 @@ class BecomeMinter extends LitElement {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const findMintingAccount = this.mintingAccountData?.find(
|
const findMintingAccount = this.mintingAccountData?.find(
|
||||||
(ma) => ma.publicKey === window.parent.reduxStore.getState().app?.selectedAddress
|
(ma) => ma.mintingAccount === window.parent.reduxStore.getState().app?.selectedAddress
|
||||||
?.base58PublicKey
|
?.address
|
||||||
);
|
);
|
||||||
|
|
||||||
const isAlreadySponsored =
|
const isAlreadySponsored =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user