diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index d5576f4b..2763adb4 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -349,7 +349,7 @@ export default function Dashboard() {
{/* Stats Grid */}
- {stats.map((stat, index) => { + {statsDisplay.map((stat, index) => { const Icon = stat.icon; return (