Added student status point rendering

This commit is contained in:
Keannu Christian Bernasol 2023-09-11 19:16:48 +08:00
parent 00928ac947
commit 980d1e636e
3 changed files with 97 additions and 6 deletions

View file

@ -132,12 +132,12 @@ export default function ParseStudyGroupList(
user_location.longitude
);
console.log(
/*console.log(
"Haversine Distance for entry #",
index + 1,
":",
distance
);
);*/
return distance;
}
)