diff --git a/components/widgets/land-cover/tree-cover/selectors.js b/components/widgets/land-cover/tree-cover/selectors.js index 6f522e046f..c7775e21c5 100644 --- a/components/widgets/land-cover/tree-cover/selectors.js +++ b/components/widgets/land-cover/tree-cover/selectors.js @@ -30,9 +30,7 @@ export const parseData = createSelector( value: hasPlantations ? plantationsCover : cover, color: colors.naturalForest, percentage: - ((hasPlantations ? plantationsCover : cover - plantationsCover) / - totalArea) * - 100, + ((hasPlantations ? plantationsCover : cover) / totalArea) * 100, }, { label: 'Other Land Cover',