Skip to content

Commit

Permalink
fix trigger key
Browse files Browse the repository at this point in the history
  • Loading branch information
PanchoBubble committed Sep 24, 2024
1 parent 4f7809e commit af5506c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const useAirdropUserPointsListener = () => {
bonusTiers?.find((t) => t.target === payload?.referralCount?.count)
) {
setTimeout(() => {
setFlareAnimationType('BonusGems');
setFlareAnimationType('GoalComplete');
}, 2000);
}
}
Expand Down

0 comments on commit af5506c

Please sign in to comment.