fix(dashboard-admin): add threshold_value in map
This commit is contained in:
parent
068cabe1d9
commit
f70119e7ea
|
@ -42,7 +42,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>`
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue