From 34213206c9e40123883fd6013bccac4cc44d49f1 Mon Sep 17 00:00:00 2001 From: Joy <138333978+joypan1@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:47:56 -0400 Subject: [PATCH] broken --- pages/matchsummary.js | 3 +++ 1 file changed, 3 insertions(+) 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)}%