mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-07-01 17:55:46 +08:00
Added student status point rendering
This commit is contained in:
parent
00928ac947
commit
980d1e636e
3 changed files with 97 additions and 6 deletions
|
@ -132,12 +132,12 @@ export default function ParseStudyGroupList(
|
|||
user_location.longitude
|
||||
);
|
||||
|
||||
console.log(
|
||||
/*console.log(
|
||||
"Haversine Distance for entry #",
|
||||
index + 1,
|
||||
":",
|
||||
distance
|
||||
);
|
||||
);*/
|
||||
return distance;
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue