Skip to content

Commit 00565f2

Browse files
committed
fix albumin issue
1 parent 9d2b192 commit 00565f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2482,7 +2482,7 @@ <h3>Proofs</h3>
24822482
}
24832483

24842484
function collectBiomarkerValues(entry, biomarkersRaw) {
2485-
biomarkersRaw['Albumin (g/L)'].push(entry.AlpUL);
2485+
biomarkersRaw['Albumin (g/L)'].push(entry.AlbGL);
24862486
biomarkersRaw['Creatinine (µmol/L)'].push(entry.CreatUmolL);
24872487
biomarkersRaw['Glucose (mmol/L)'].push(entry.GluMmolL);
24882488
biomarkersRaw['CRP (mg/L)'].push(entry.CrpMgL);

0 commit comments

Comments
 (0)