diff --git a/functions/src/on-create-bet.ts b/functions/src/on-create-bet.ts index 7496db03..fc473b6d 100644 --- a/functions/src/on-create-bet.ts +++ b/functions/src/on-create-bet.ts @@ -312,7 +312,7 @@ async function handleBettingStreakBadgeAward( user.achievements?.streaker?.badges.some( (badge) => badge.data.totalBettingStreak === 1 ) - + // TODO: check if already awarded 50th streak as well if (newBettingStreak === 1 && alreadyHasBadgeForFirstStreak) return if (newBettingStreak in streakerBadgeRarityThresholds) { diff --git a/web/components/notification-settings.tsx b/web/components/notification-settings.tsx index 166653e2..58a606f2 100644 --- a/web/components/notification-settings.tsx +++ b/web/components/notification-settings.tsx @@ -131,7 +131,6 @@ export function NotificationSettings(props: { 'betting_streaks', 'referral_bonuses', 'unique_bettors_on_your_contract', - 'badges_awarded', ], } const otherBalances: SectionData = { @@ -140,6 +139,7 @@ export function NotificationSettings(props: { 'loan_income', 'limit_order_fills', 'tips_on_your_comments', + 'badges_awarded', ], } const userInteractions: SectionData = {