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