We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8b39c commit 5cc26c4Copy full SHA for 5cc26c4
src/shared/claim-button-erc721.tsx
@@ -54,9 +54,6 @@ export const ERC721ClaimButton: React.FC<ClaimButtonProps> = ({
54
contract,
55
address,
56
);
57
-
58
- console.log("*** activeClaimCondition", activeClaimCondition);
59
60
const claimerProofs = useClaimerProofs(contract, address || "");
61
const claimIneligibilityReasons = useClaimIneligibilityReasons(contract, {
62
quantity: debouncedQuantity,
0 commit comments