From 66b275e74a90b63c4fca74c721c31731114f4016 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 03:22:03 +0000 Subject: [PATCH] Update stats mapping to use statsDisplay cgen-f445c3b202b14560bddc7e9f3a2c1966 --- client/pages/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (