mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 12:15:23 +02:00
Fix: consolidate stock badges and update WOC calculation to include internal warehouse stock
This commit is contained in:
@@ -692,15 +692,6 @@ const WeeklyGrid: React.FC<WeeklyGridProps & { top50Mode: 'eu' | 'uk' }> = ({
|
||||
</div>
|
||||
</div>
|
||||
</th>
|
||||
{/* COVERAGE Header Column */}
|
||||
<th
|
||||
className="p-3 text-[11px] font-black text-emerald-400 uppercase tracking-widest sticky left-[240px] z-40 bg-slate-900 border-r border-white/10 min-w-[100px]"
|
||||
>
|
||||
<div className="flex flex-col items-center gap-1">
|
||||
<span>Coverage</span>
|
||||
<span className="text-[8px] text-slate-500">(WOC)</span>
|
||||
</div>
|
||||
</th>
|
||||
{weeks.map(week => (
|
||||
<th
|
||||
key={week}
|
||||
|
||||
Reference in New Issue
Block a user