fix(dashboard-petugas): add threshold_value in map

This commit is contained in:
arieeefajar 2025-05-23 20:14:36 +07:00
parent f70119e7ea
commit 8c36103ade
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ function setEvaluationToMap() {
.bindPopup(
`<div class="text-center font-semibold"><b> Hasil presentase CF pada lahan <br /> ${
evaluation.land.owner
}</br>${cfValue.toFixed(2)} %</b></div>`
}</br>"${evaluation.threshold_value}"<br/>${cfValue.toFixed(
2
)} %</b></div>`
);
});
}