Skip to content

Commit

Permalink
chore: Add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 8, 2024
1 parent e652a5f commit 2028ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Points/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const Points = () => {
}, [])

const startClaiming = async () => {
console.log({ eligibility })
// Something went wrong with fetching the eligibility for this user so we don't let them redeem
if (!eligibility) return

Expand Down

0 comments on commit 2028ecb

Please sign in to comment.