@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/esm/index.js CHANGED
@@ -2275,8 +2275,8 @@ var ProgrammeManagementComponent = function (props) {
2275
2275
  },
2276
2276
  {
2277
2277
  title: t("programme:emissionsReductionExpected"),
2278
- dataIndex: "emissionsReductionExpected",
2279
- key: ProgrammeManagementColumns.emissionsReductionExpected,
2278
+ dataIndex: "emissionReductionExpected",
2279
+ key: ProgrammeManagementColumns.emissionReductionExpected,
2280
2280
  align: "right",
2281
2281
  render: function (item) {
2282
2282
  return item ? item : "-";
@@ -2284,8 +2284,8 @@ var ProgrammeManagementComponent = function (props) {
2284
2284
  },
2285
2285
  {
2286
2286
  title: t("programme:emissionsReductionAchieved"),
2287
- dataIndex: "emissionsReductionAchieved",
2288
- key: ProgrammeManagementColumns.emissionsReductionAchieved,
2287
+ dataIndex: "emissionReductionAchieved",
2288
+ key: ProgrammeManagementColumns.emissionReductionAchieved,
2289
2289
  align: "right",
2290
2290
  render: function (item) {
2291
2291
  return item ? item : "-";