From b5b1f9d31fe1610b3285a66ae65e759468b26bf7 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sun, 6 Jul 2025 13:11:15 +0530 Subject: [PATCH] added completedWork , plannedWork for progrss line with formatnumber util --- src/components/Project/Infrastructure/WorkArea.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Project/Infrastructure/WorkArea.jsx b/src/components/Project/Infrastructure/WorkArea.jsx index 109c9901..7389f547 100644 --- a/src/components/Project/Infrastructure/WorkArea.jsx +++ b/src/components/Project/Infrastructure/WorkArea.jsx @@ -14,6 +14,7 @@ import { } from "../../../utils/constants"; import { useParams } from "react-router-dom"; import ProgressBar from "../../common/ProgressBar"; +import {formatNumber} from "../../../utils/dateUtils"; const WorkArea = ({ workArea, floor, forBuilding }) => { const selectedProject = useSelector((store) => store.localVariables.projectId); @@ -103,15 +104,14 @@ const WorkArea = ({ workArea, floor, forBuilding }) => { {workArea.areaName} - {ProjectTaskList?.length > 0 && ( +
- )}