Skip to content

Commit

Permalink
points: favor qualified referees over total referees (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair authored Oct 15, 2024
1 parent 439d9e4 commit 91f3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/popup/pages/home/Points/PointsDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ const StatsCarousel = memo(function YourRankAndNextDrop() {
{i18n.t('points.rewards.my_referrals')}
</TextWithMoreInfo>
<Text size="20pt" weight="bold">
{formatNumber(user.stats.referral.total_referees)}
{formatNumber(user.stats.referral.qualified_referees)}
</Text>
<Inline alignVertical="center" space="5px" wrap={false}>
<Symbol
Expand Down

0 comments on commit 91f3af0

Please sign in to comment.