diff --git a/components/widgets/land-cover/fao-cover/selectors.js b/components/widgets/land-cover/fao-cover/selectors.js index 276e1e3eeb..7d76c04df0 100644 --- a/components/widgets/land-cover/fao-cover/selectors.js +++ b/components/widgets/land-cover/fao-cover/selectors.js @@ -86,7 +86,7 @@ export const parseSentence = createSelector( country: locationName, }; - let sentence = forest_primary > 0 ? initial : noPrimary; + let sentence = forest_primary !== null ? initial : noPrimary; if (locationName === 'global') { sentence = globalInitial;