From d4e80e1bec81184af00293246450735d8402c5ca Mon Sep 17 00:00:00 2001 From: onehanddev Date: Wed, 11 Dec 2024 21:02:14 +0530 Subject: [PATCH] TBCCT-193 text change in exchange unit order in map tooltips --- client/src/containers/overview/map/popup/index.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/client/src/containers/overview/map/popup/index.tsx b/client/src/containers/overview/map/popup/index.tsx index 3e5da8d7..59355f86 100644 --- a/client/src/containers/overview/map/popup/index.tsx +++ b/client/src/containers/overview/map/popup/index.tsx @@ -23,8 +23,8 @@ export default function CostAbatementPopup() { - - + + @@ -33,9 +33,7 @@ export default function CostAbatementPopup() { {renderCurrency(popup?.features?.[0]?.properties?.cost)}
CostAbatementCost (total, USD)Abatement (tCO2e)
- {renderCurrency( - popup?.features?.[0]?.properties?.abatementPotential, - )} + {popup?.features?.[0]?.properties?.abatementPotential}