Skip to content

Commit

Permalink
Update LeaderboardAirdropFallbackCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kilavvy authored Feb 24, 2025
1 parent 7275ba8 commit f9008dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const LeaderboardAirdropFallbackCard = ({ guildPlatform }) => {
const toast = useToast()
const { triggerMembershipUpdate, isLoading } = useMembershipUpdate({
onSuccess: () => {
toast({ status: "success", title: "Successfully checked eligiblity" })
toast({ status: "success", title: "Successfully checked eligibility" })
setIsFinished(true)
},
})
Expand Down

0 comments on commit f9008dc

Please sign in to comment.