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)