From 6426b641c106051c8dff07deef3438df5bfe6c88 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Wed, 20 May 2026 08:08:11 +0200 Subject: [PATCH] fix: cap prior year ad data to current week in Dashboard Pass ytdFilteredAdsData instead of filteredAdsData so previous years are capped at the same max week as the current year, enabling like-for-like YoY advertising comparisons. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 7400cf2..0b5db49 100644 --- a/App.tsx +++ b/App.tsx @@ -854,7 +854,7 @@ const App: React.FC = () => {