Merge pull request #333 from public-awesome/fix-factory-validation
Fix factory validation on init issue
This commit is contained in:
commit
3f44e342e8
@ -1307,7 +1307,7 @@ const CollectionCreationPage: NextPage = () => {
|
||||
setMintTokenFromVendingFactory(
|
||||
tokensList.find((token) => token.denom === vendingFactoryParameters?.params?.min_mint_price?.denom),
|
||||
)
|
||||
} else {
|
||||
} else if (mintingDetails?.selectedMintToken && whitelistDetails?.whitelistState) {
|
||||
setIsMatchingVendingFactoryPresent(false)
|
||||
}
|
||||
}, [
|
||||
|
Loading…
Reference in New Issue
Block a user