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({
- Active Freebuff sessions right now, grouped by country and model. -