Skip to content

Commit

Permalink
Merge pull request #4882 from wri/fix/hide-soil-organic-widget
Browse files Browse the repository at this point in the history
[HOTFIX] hide soil organic widget until we have the correct metadata
  • Loading branch information
willian-viana authored Nov 11, 2024
2 parents 75c9197 + 4f47e3c commit 04868bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/widgets/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import treeCoverDensity from 'components/widgets/land-cover/tree-cover-density';

// Climate
import woodyBiomass from 'components/widgets/climate/whrc-biomass/';
import soilBiomass from 'components/widgets/climate/soil-organic';
// import soilBiomass from 'components/widgets/climate/soil-organic';
import carbonFlux from 'components/widgets/climate/carbon-flux';
import emissionsDeforestation from 'components/widgets/climate/emissions-deforestation';
import emissionsDeforestationDrivers from 'components/widgets/climate/emissions-deforestation-drivers';
Expand Down Expand Up @@ -110,7 +110,7 @@ export default {
emissionsDeforestation,
emissionsDeforestationDrivers,
woodyBiomass,
soilBiomass,
// soilBiomass,
carbonStock,

// land use
Expand Down

0 comments on commit 04868bd

Please sign in to comment.