From 3737503eca522b1425efae620159d40b156299e3 Mon Sep 17 00:00:00 2001 From: Artur <33733651+Keeqler@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:54:35 -0300 Subject: [PATCH] fix: correctly pass current and goal values to project card progress --- components/ProjectCard.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/ProjectCard.tsx b/components/ProjectCard.tsx index 323faf4fd..85cba9e9c 100644 --- a/components/ProjectCard.tsx +++ b/components/ProjectCard.tsx @@ -70,7 +70,14 @@ const ProjectCard: React.FC = ({ project, customImageStyles }) - +