We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2b192 commit 00565f2Copy full SHA for 00565f2
LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html
@@ -2482,7 +2482,7 @@ <h3>Proofs</h3>
2482
}
2483
2484
function collectBiomarkerValues(entry, biomarkersRaw) {
2485
- biomarkersRaw['Albumin (g/L)'].push(entry.AlpUL);
+ biomarkersRaw['Albumin (g/L)'].push(entry.AlbGL);
2486
biomarkersRaw['Creatinine (µmol/L)'].push(entry.CreatUmolL);
2487
biomarkersRaw['Glucose (mmol/L)'].push(entry.GluMmolL);
2488
biomarkersRaw['CRP (mg/L)'].push(entry.CrpMgL);
0 commit comments