diff --git a/pages/matchsummary.js b/pages/matchsummary.js index e2417a6..834f648 100644 --- a/pages/matchsummary.js +++ b/pages/matchsummary.js @@ -24,7 +24,10 @@ const getTeams = async () => {

${team.teamname}

+



+ +

Average Autonomous Accuracy: ${Math.round(parseFloat(await sumColumnForGlobalId(team.globalid, 'count2')/await sumColumnForGlobalId(team.globalid, 'count1'))*100)}%

Average Teleop Speaker Accuracy: ${Math.round(parseFloat(await sumColumnForGlobalId(team.globalid, 'count4')/await sumColumnForGlobalId(team.globalid, 'count3'))*100)}%