diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 704faa6b..d5576f4b 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -132,10 +132,10 @@ export default function Dashboard() { ); } - const stats = [ + const statsDisplay = [ { label: "Active Projects", - value: activeProjects, + value: stats.activeProjects, icon: Rocket, color: "from-blue-500 to-purple-600", },