Skip to content

Commit 8b810d6

Browse files
committed
Enable claim
1 parent f101e1b commit 8b810d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/tools/airdrop/share-info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function ShareDetails(props: { share: AirdropShareModel; onRevealClick: () => vo
215215
Reveal Share
216216
</button>
217217
) : (
218-
<button disabled={true} onClick={onClaimClick} className="w-full rounded-lg bg-brand px-4 py-3 text-black">
218+
<button onClick={onClaimClick} className="w-full rounded-lg bg-brand px-4 py-3 text-black">
219219
Claim WORM
220220
</button>
221221
)}

0 commit comments

Comments
 (0)