From 91f3af01fadeda418f3e1222545b02beb7887bb3 Mon Sep 17 00:00:00 2001 From: Daniel Sinclair <4412473+DanielSinclair@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:40:31 -0400 Subject: [PATCH] points: favor qualified referees over total referees (#1728) --- src/entries/popup/pages/home/Points/PointsDashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entries/popup/pages/home/Points/PointsDashboard.tsx b/src/entries/popup/pages/home/Points/PointsDashboard.tsx index 1f62cd7ac7..80fd778745 100644 --- a/src/entries/popup/pages/home/Points/PointsDashboard.tsx +++ b/src/entries/popup/pages/home/Points/PointsDashboard.tsx @@ -539,7 +539,7 @@ const StatsCarousel = memo(function YourRankAndNextDrop() { {i18n.t('points.rewards.my_referrals')} - {formatNumber(user.stats.referral.total_referees)} + {formatNumber(user.stats.referral.qualified_referees)}