Refine Top 50 badge visibility based on customer filters

This commit is contained in:
Christian Vidal Wolf
2026-01-28 08:31:52 +01:00
parent 8be5f1a767
commit 87e097224b
2 changed files with 21 additions and 7 deletions
+1
View File
@@ -615,6 +615,7 @@ const App: React.FC = () => {
stockMap={stockMap}
stockFilter={filters.stock}
onStockFilterChange={(s) => setFilters(prev => ({ ...prev, stock: s }))}
customerFilters={filters.customer}
/>
</Suspense>
)}