Integrate Buy Box warnings in Grid tab; fix prop regression in App.tsx

This commit is contained in:
Christian Vidal Wolf
2026-01-29 13:45:41 +01:00
parent fa14f57855
commit fcc8096b01
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -690,6 +690,7 @@ const App: React.FC = () => {
vendorStockMap={vendorStockMap}
top50Ranking={top50Ranking2025}
top50Mode={filters.customer.includes('Amazon UK') ? 'uk' : 'eu'}
buyBoxLostMap={buyBoxLostMap}
/>
</div>
</Suspense>