Skip to content

Commit

Permalink
fix(widgets): hide carbon stock and soil organic until we have the co…
Browse files Browse the repository at this point in the history
…rrect metadata
  • Loading branch information
wri7tno authored and willian-viana committed Nov 25, 2024
1 parent 2795e54 commit 4d0b54d
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 @@ -49,7 +49,7 @@ import woodyBiomass from 'components/widgets/climate/whrc-biomass/';
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';
import carbonStock from 'components/widgets/climate/carbon-stock';
// import carbonStock from 'components/widgets/climate/carbon-stock';

// Land Use
import economicImpact from 'components/widgets/land-use/economic-impact';
Expand Down Expand Up @@ -111,7 +111,7 @@ export default {
emissionsDeforestationDrivers,
woodyBiomass,
// soilBiomass,
carbonStock,
// carbonStock,

// land use
economicImpact,
Expand Down

0 comments on commit 4d0b54d

Please sign in to comment.