Skip to content

Commit

Permalink
fix(widgets): fix soil organic and carbon stock
Browse files Browse the repository at this point in the history
  • Loading branch information
wri7tno committed Nov 13, 2024
1 parent ed569a8 commit c6bddf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/widgets/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ 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';
// 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 @@ -110,8 +110,8 @@ export default {
emissionsDeforestation,
emissionsDeforestationDrivers,
woodyBiomass,
// soilBiomass,
// carbonStock,
soilBiomass,
carbonStock,

// land use
economicImpact,
Expand Down

0 comments on commit c6bddf4

Please sign in to comment.