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]) => (