mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:45:23 +02:00
Fix: restore Top50 ranking badges (white/gradient) next to inventory badges across all views
This commit is contained in:
@@ -860,6 +860,8 @@ const App: React.FC = () => {
|
||||
buyBoxLostMap={buyBoxLostMap}
|
||||
top50Mode={top50Mode}
|
||||
rawData={ytdFilteredData}
|
||||
velocityMap={velocityMap}
|
||||
top50Ranking={top50Ranking2025}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -957,6 +959,7 @@ const App: React.FC = () => {
|
||||
vendorStockMap={vendorStockMap}
|
||||
top50Mode={filters.customer.includes('Amazon UK') ? 'uk' : 'eu'}
|
||||
velocityMap={velocityMap}
|
||||
top50Ranking={top50Ranking2025}
|
||||
/>
|
||||
</div>
|
||||
</Suspense>
|
||||
@@ -980,6 +983,7 @@ const App: React.FC = () => {
|
||||
top50Mode={filters.customer.includes('Amazon UK') ? 'uk' : 'eu'}
|
||||
velocityMap={velocityMap}
|
||||
buyBoxLostMap={buyBoxLostMap}
|
||||
top50Ranking={top50Ranking2025}
|
||||
/>
|
||||
</div>
|
||||
</Suspense>
|
||||
|
||||
Reference in New Issue
Block a user