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() {
Cost | -Abatement | +Cost (total, USD) | +Abatement (tCO2e) | - {renderCurrency( - popup?.features?.[0]?.properties?.abatementPotential, - )} + {popup?.features?.[0]?.properties?.abatementPotential} |
---|