Skip to content

Commit

Permalink
oct-2263: badge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikolajczyk committed Jan 17, 2025
1 parent beb5f26 commit 723c06d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const HomeGridCurrentGlmLock: FC<HomeGridCurrentGlmLockProps> = ({ className })
const isPreLaunch = getIsPreLaunch(currentEpoch);
const didUserWinAnyRaffles =
!!userSablierStreams &&
(userSablierStreams.sum > 0 ||
(userSablierStreams.sumAvailable > 0 ||
(userSablierStreams.sablierStreams.some(({ isCancelled }) => isCancelled) &&
userSablierStreams.sumAvailable > 0));

Expand Down

0 comments on commit 723c06d

Please sign in to comment.