diff --git a/components/WeeklyGrid.tsx b/components/WeeklyGrid.tsx index 0e4aea9..867e10b 100644 --- a/components/WeeklyGrid.tsx +++ b/components/WeeklyGrid.tsx @@ -152,9 +152,9 @@ const WeeklyGrid: React.FC = ({ data }) => {
- + - + {weeks.map(week => ( ))} - - + + {weeks.map((week, idx) => ( -
Product DetailsProduct Details = ({ data }) => {
TOTALS
TOTALS
@@ -212,7 +212,7 @@ const WeeklyGrid: React.FC = ({ data }) => { {paginatedRows.length > 0 ? ( paginatedRows.map((row) => (
+
{row.sku}