@undp/carbon-library 1.0.301-CARBON-261.1 → 1.0.301-CARBON-261.3

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