Skip to content

Commit 651c535

Browse files
committed
[TOOL-4908] Dashboard: Fix 'Owner only' claim condition phase type condition
1 parent 7ab8808 commit 651c535

File tree

1 file changed

+1
-0
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/_components/claim-conditions/claim-conditions-form

1 file changed

+1
-0
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/_components/claim-conditions/claim-conditions-form/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const getClaimConditionTypeFromPhase = (
130130

131131
if (phase.snapshot) {
132132
if (
133+
phase.maxClaimablePerWallet?.toString() === "0" &&
133134
phase.price === "0" &&
134135
typeof phase.snapshot !== "string" &&
135136
phase.snapshot.length === 1 &&

0 commit comments

Comments
 (0)