4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

change var

This commit is contained in:
Phillip Lang Martinez 2022-08-29 11:33:00 +03:00
parent 5b10fead6c
commit 58eef65f31

View File

@ -148,10 +148,10 @@ class BecomeMinter extends LitElement {
render() {
const findMintingAccount = this.mintingAccountData?.find(
(ma) => ma.mintingAccount === window.parent.reduxStore.getState().app?.selectedAddress
(ma) => ma.recipientAccount === window.parent.reduxStore.getState().app?.selectedAddress
?.address
);
const isAlreadySponsored =
this.addressInfo?.error !== 124 &&
this.addressInfo?.level === 0 &&