From 68fd30524d08860aeae3c9300fd040a0c5c2af5e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 04:49:42 +0000 Subject: [PATCH] Update progress calculation to use helper function cgen-c47f5604c46b4c7e85303c518d8584ae --- client/pages/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 80c893b3..7cb01808 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -416,12 +416,12 @@ export default function Dashboard() {

- {project.progress}% + {getProgressPercentage(project)}%