fix a typo

This commit is contained in:
lukas fricke 2025-02-05 18:13:56 +01:00
parent 28a9caeecb
commit 4f72bb9b80

View file

@ -706,7 +706,7 @@ function render_bact_scan_table(result){
Number(result_table.children[1].children[0].children[1].innerHTML);
document.querySelector("#bacterial_biomass").textContent = bact_mass.toFixed(2) +
" +/- " bact_sd.toFixed(2);
" +/- " + bact_sd.toFixed(2);
document.querySelector("#fungal_biomass").textContent = fungi_mass.toFixed(2) +
" +/- " + fungi_sd.toFixed(2);