From 68aff95fe4609d7c8fa8c47c19d9a874281fd862 Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Wed, 8 Nov 2023 17:44:51 +0100 Subject: [PATCH] Add elo to teams table (#325) --- frontend/src/components/tables/teams.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/tables/teams.tsx b/frontend/src/components/tables/teams.tsx index 10b9f161..b1dfbb18 100644 --- a/frontend/src/components/tables/teams.tsx +++ b/frontend/src/components/tables/teams.tsx @@ -41,6 +41,7 @@ export default function TeamsTable({ {team.swiss_score} + {team.elo_score} Swiss score + + ELO score + {null}