@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/esm/index.js CHANGED
@@ -19036,7 +19036,8 @@ var NdcActionDetails = function (props) {
19036
19036
  var maximumImageSize = process.env.REACT_APP_MAXIMUM_FILE_SIZE
19037
19037
  ? parseInt(process.env.REACT_APP_MAXIMUM_FILE_SIZE)
19038
19038
  : 5000000;
19039
- var ghgEmissionsGas = ["CO2", "CH4", "N20", "HFCs", "PFCs", "SF6"];
19039
+ //changing value to N2O. Previously it was N20(N-Two-Zero)
19040
+ var ghgEmissionsGas = ["CO2", "CH4", "N2O", "HFCs", "PFCs", "SF6"];
19040
19041
  useEffect(function () {
19041
19042
  if (programmeDetails) {
19042
19043
  setSector(programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector);