Skip to content

Commit

Permalink
fix: welcome modal not whitelisted
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Jun 17, 2024
1 parent e21cfe6 commit f23f923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/dataService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function needToRecoverToken(
if (
remainingClicks.eligibilityAmt === 0 &&
!remainingClicks.evmBlacklisted &&
remainingClicks.whitelisted &&
(!ethTokens || ethTokens.length === 0)
)
return true;
Expand Down

0 comments on commit f23f923

Please sign in to comment.