diff --git a/layouts/dashboards/components/header/component.jsx b/layouts/dashboards/components/header/component.jsx index 070b6ea1d8..259b93a629 100644 --- a/layouts/dashboards/components/header/component.jsx +++ b/layouts/dashboards/components/header/component.jsx @@ -187,7 +187,12 @@ class Header extends PureComponent { const displaySentence = !sentence || isEmpty(sentence) ? globalSentence : sentence; - if (location && location.adm0 === 'IDN') { + if ( + location && + location.adm0 === 'IDN' && + !location.adm1 && + !location.adm2 + ) { displaySentence.sentence += ' 107 kha of this loss was found to be within Indonesia’s official forest land cover classes and with a patch size larger than two hectares according to MoEF-WRI analysis.'; }