@undp/carbon-library 1.0.305-CARBON-428-bugfix.0 → 1.0.305-CARBON-261.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -19057,7 +19057,8 @@ var NdcActionDetails = function (props) {
19057
19057
  var maximumImageSize = process.env.REACT_APP_MAXIMUM_FILE_SIZE
19058
19058
  ? parseInt(process.env.REACT_APP_MAXIMUM_FILE_SIZE)
19059
19059
  : 5000000;
19060
- var ghgEmissionsGas = ["CO2", "CH4", "N20", "HFCs", "PFCs", "SF6"];
19060
+ //changing value to N2O. Previously it was N20(N-Two-Zero)
19061
+ var ghgEmissionsGas = ["CO2", "CH4", "N2O", "HFCs", "PFCs", "SF6"];
19061
19062
  React.useEffect(function () {
19062
19063
  if (programmeDetails) {
19063
19064
  setSector(programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector);