Skip to content

Commit

Permalink
Merge pull request #4704 from wri/develop
Browse files Browse the repository at this point in the history
PROD Deploy 2027-10-11 10:43am EST
  • Loading branch information
wri7tno authored Oct 11, 2023
2 parents 983b239 + 1c35a9b commit e69ecac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion layouts/dashboards/components/header/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 +=
' <b>107 kha</b> 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.';
}
Expand Down

0 comments on commit e69ecac

Please sign in to comment.