@undp/carbon-library 1.0.90 → 1.0.92

Sign up to get free protection for your applications and to get access to all the features.
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
  };