Skip to content

Commit

Permalink
broken
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Mar 26, 2024
1 parent c5ce0b1 commit 3421320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/matchsummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ const getTeams = async () => {
<div class="teams">
<div class="content\s">
<h1 style="float:left; margin-left:50px; margin-top:20px;margin-bottom:15px;">${team.teamname}</h1>
<br><br><br><br>
<!-- <p> Team Number: ${db.teams.teamnumber}</p><br> -->
<p> Average Autonomous Accuracy: ${Math.round(parseFloat(await sumColumnForGlobalId(team.globalid, 'count2')/await sumColumnForGlobalId(team.globalid, 'count1'))*100)}% </p>
<p> Average Teleop Speaker Accuracy: ${Math.round(parseFloat(await sumColumnForGlobalId(team.globalid, 'count4')/await sumColumnForGlobalId(team.globalid, 'count3'))*100)}%</p>
Expand Down

0 comments on commit 3421320

Please sign in to comment.