@undp/carbon-library 1.0.26 → 1.0.27

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -2295,8 +2295,8 @@ var ProgrammeManagementComponent = function (props) {
2295
2295
  },
2296
2296
  {
2297
2297
  title: t("programme:emissionsReductionExpected"),
2298
- dataIndex: "emissionsReductionExpected",
2299
- key: exports.ProgrammeManagementColumns.emissionsReductionExpected,
2298
+ dataIndex: "emissionReductionExpected",
2299
+ key: exports.ProgrammeManagementColumns.emissionReductionExpected,
2300
2300
  align: "right",
2301
2301
  render: function (item) {
2302
2302
  return item ? item : "-";
@@ -2304,8 +2304,8 @@ var ProgrammeManagementComponent = function (props) {
2304
2304
  },
2305
2305
  {
2306
2306
  title: t("programme:emissionsReductionAchieved"),
2307
- dataIndex: "emissionsReductionAchieved",
2308
- key: exports.ProgrammeManagementColumns.emissionsReductionAchieved,
2307
+ dataIndex: "emissionReductionAchieved",
2308
+ key: exports.ProgrammeManagementColumns.emissionReductionAchieved,
2309
2309
  align: "right",
2310
2310
  render: function (item) {
2311
2311
  return item ? item : "-";