diff --git a/components/collection/drop/HolderOfGenerative.vue b/components/collection/drop/HolderOfGenerative.vue index c417abb69f..ab65c5fb21 100644 --- a/components/collection/drop/HolderOfGenerative.vue +++ b/components/collection/drop/HolderOfGenerative.vue @@ -349,9 +349,7 @@ const mintNft = async () => { ) mintNftSN.value = collectionRes.items - howAboutToExecute(accountId.value, cb, [[mint, transfer]], () => { - submitMint(collectionRes.items) - }) + howAboutToExecute(accountId.value, cb, [[mint, transfer]]) } catch (e) { showNotification(`[MINT::ERR] ${e}`, notificationTypes.warn) $consola.error(e) diff --git a/locales/en.json b/locales/en.json index 7a3c2cdd51..bb31f07965 100644 --- a/locales/en.json +++ b/locales/en.json @@ -604,7 +604,7 @@ "onlyOneExample": "Example Of Drop", "mintThisNft": "Mint This NFT", "seeYourNft": "See Your NFT", - "minimumFundsDescription": "Holding a Minimum of {0} in Your Wallet is Required for This Free Mint.", + "minimumFundsDescription": "Holding a Minimum of {0} in Your Wallet is Required", "claimNftNow": "Claim NFT Now", "claimPaidNft": "Claim For {0}", "nftAlreadyMinted": "NFT Already Minted",