From 0fdd1a841ee62400e98de0efd6a6bb6fc85b0967 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sat, 16 May 2026 15:40:53 -0700 Subject: [PATCH] Remove redundant Freebuff live copy --- freebuff/web/src/app/live/live-summary.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/freebuff/web/src/app/live/live-summary.tsx b/freebuff/web/src/app/live/live-summary.tsx index 6e64adbcd..f83247205 100644 --- a/freebuff/web/src/app/live/live-summary.tsx +++ b/freebuff/web/src/app/live/live-summary.tsx @@ -101,7 +101,6 @@ export function HomepageLiveStats({ const isLoading = stats.generatedAt === EMPTY_LIVE_STATS.generatedAt const topCountries = stats.countries.slice(0, 4).map((country) => ({ label: countryName(country.countryCode), - sublabel: country.countryCode, value: country.count, })) const topModels = stats.models.slice(0, 4).map((model) => ({ @@ -133,9 +132,6 @@ export function HomepageLiveStats({
{isLoading ? '...' : stats.totalLiveUsers.toLocaleString()}
-

- Active Freebuff sessions right now, grouped by country and model. -