From bcade3392f224a30fd27df8b8bc0b2cffe2ace84 Mon Sep 17 00:00:00 2001 From: Heidi Date: Sat, 16 May 2026 08:13:13 +0100 Subject: [PATCH] update viewers page --- src/App.jsx | 65 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 52 insertions(+), 13 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index f2c74a6..bf2b9ae 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2265,7 +2265,6 @@ function ViewersPage({ viewers }) { const activePages = data.active_pages || [] const activity24h = filledLast24Hours(data.activity_24h || []) const activity30d = filledLast30Days(data.activity_30d || []) - const dataTypes = data.data_types || [] const totals = data.totals || {} const generatedAt = data.generated_at ? dateFormat.format(new Date(data.generated_at)) : 'Waiting for data' const periods = { @@ -2326,7 +2325,7 @@ function ViewersPage({ viewers }) { {Object.entries(periods).map(([key, period]) => (