Fix Weekly Grid WOC and Restore Forecast View Graph/UI

This commit is contained in:
Christian Vidal Wolf
2026-01-28 12:35:40 +01:00
parent f7dd827258
commit 1886554a31
3 changed files with 161 additions and 37 deletions
+1
View File
@@ -674,6 +674,7 @@ const App: React.FC = () => {
customerFilters={filters.customer}
top50Mode={filters.customer.includes('Amazon UK') ? 'uk' : 'eu'}
top50Ranking={top50Ranking2025}
velocityMap={velocityMap}
/>
</Suspense>
)}