From 6ab22efa5ca165a87defbd024e99dc3a5e7a02f3 Mon Sep 17 00:00:00 2001 From: bnu Date: Thu, 28 Jul 2022 04:04:14 +0700 Subject: [PATCH] update budget cost to format M --- src/views/DashboardPMOV1/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/DashboardPMOV1/index.js b/src/views/DashboardPMOV1/index.js index 8fbe6f2..2bd1ac7 100644 --- a/src/views/DashboardPMOV1/index.js +++ b/src/views/DashboardPMOV1/index.js @@ -152,10 +152,11 @@ const DashbaoardPM = () => { secondaryTitle="(dollars)" /> */} } - value={PROJECTBUDGETTOTAL} + value={`${PROJECTBUDGETTOTAL} M`} bgColor="#047857" - title="Budget Project Total" - secondaryTitle="(dollars)" /> + title="Budget Project Total" + // secondaryTitle="(dollars)" + /> } value="2000"