@undp/carbon-library 1.0.90 → 1.0.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -364,7 +364,7 @@ var getFinancialFields = function (programme) {
364
364
  estimatedProgrammeCostUSD: addCommSep(programme.programmeProperties.estimatedProgrammeCostUSD),
365
365
  creditEst: addCommSep(programme.creditEst),
366
366
  financingType: addSpaces(programme.programmeProperties.sourceOfFunding),
367
- grantEquivalent: new UnitField('USD', addCommSep(programme.programmeProperties.grantEquivalentAmount)),
367
+ grantEquivalent: new UnitField("USD", addCommSep(programme.programmeProperties.grantEquivalentAmount)),
368
368
  carbonPriceUSDPerTon: addCommSep(programme.programmeProperties.carbonPriceUSDPerTon),
369
369
  };
370
370
  };