From 167273e6593c7973d74b25a33c54ca3a9554714e Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Mon, 16 Mar 2026 14:57:09 +0100 Subject: [PATCH] fix: Top Movers table now responds to dashboard filters Changed rawData prop from rawData to ytdFilteredData so the Top Movers component respects all active filters (customer, year, month, week, product line, SKU, title, ASIN, stock) Co-authored-by: Qwen-Coder --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index cf6b54a..1346f70 100644 --- a/App.tsx +++ b/App.tsx @@ -836,7 +836,7 @@ const App: React.FC = () => {
- +
}>