Skip to content

Commit

Permalink
remove statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wri7tno committed Nov 3, 2024
1 parent 4381073 commit 7bb7595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/widgets/land-cover/natural-forest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default {
},
},
],
dataType: 'naturalForest',
sortOrder: {
summary: 6,
landCover: 1,
Expand Down
4 changes: 4 additions & 0 deletions components/widgets/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ export const getStatements = ({
...(indicatorStatements || []),
]);

if (dataType === 'naturalForest') {
return [];
}

return statements;
};

Expand Down

0 comments on commit 7bb7595

Please sign in to comment.