diff --git a/apps/web/src/pages/Dashboard.tsx b/apps/web/src/pages/Dashboard.tsx index 5589d60..ec21168 100644 --- a/apps/web/src/pages/Dashboard.tsx +++ b/apps/web/src/pages/Dashboard.tsx @@ -104,7 +104,7 @@ export default function Dashboard() { {data && ( <> -
+
} label="Total parts" @@ -124,6 +124,10 @@ export default function Dashboard() { .reduce((sum, s) => sum + s.totalPrice, 0), )} /> + sum + s.totalPrice, 0))} + /> -
- {Array.from({ length: 5 }).map((_, i) => ( +
+ {Array.from({ length: 6 }).map((_, i) => ( ))}