Skip to content

Commit

Permalink
Add property day for event daily reward
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jul 11, 2024
1 parent f1ff643 commit fe7fd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modals/DailyRewardModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export default function DailyRewardModal({
onClick={() => {
sendEvent('daily_reward_claimed', {
value: claimable?.claimRewardPoints,
day: claimable?.index,
})
setSelectedClaim(claimable)
claim(undefined)
Expand Down

0 comments on commit fe7fd9f

Please sign in to comment.