diff --git a/components/AdsPerformance.tsx b/components/AdsPerformance.tsx
index a358476..8f164ea 100644
--- a/components/AdsPerformance.tsx
+++ b/components/AdsPerformance.tsx
@@ -63,7 +63,7 @@ const AdsRow: React.FC<{
}
return (
-
+
diff --git a/components/ForecastView.tsx b/components/ForecastView.tsx
index a54893c..2b8d614 100644
--- a/components/ForecastView.tsx
+++ b/components/ForecastView.tsx
@@ -80,7 +80,7 @@ const ForecastRow: React.FC<{
else achievementColor = 'bg-rose-500';
return (
-
+
{/* Product Info */}
|
diff --git a/components/WeeklyGrid.tsx b/components/WeeklyGrid.tsx
index fcbe0e0..81fcd8f 100644
--- a/components/WeeklyGrid.tsx
+++ b/components/WeeklyGrid.tsx
@@ -92,7 +92,6 @@ const WeeklyRow: React.FC<{
>
{row.sku || '-'}
-
{row.asin}
@@ -106,6 +105,7 @@ const WeeklyRow: React.FC<{
mode={top50Mode}
avgWeeklySales={velocityMap?.get(asin)}
/>
+
{row.line}
| |