diff --git a/ui/src/components/CardScore.vue b/ui/src/components/CardScore.vue
index 85c9ea5..8f39899 100644
--- a/ui/src/components/CardScore.vue
+++ b/ui/src/components/CardScore.vue
@@ -10,14 +10,14 @@
Manche
- {{ RedRoundScore }}
+ {{ scores.RedRoundScore }}
Total
- {{ RedTotalScore }}
+ {{ scores.RedTotalScore }}
@@ -30,14 +30,14 @@
Manche
- {{ BlueRoundScore }}
+ {{ scores.BlueRoundScore }}
Total
- {{ BlueTotalScore }}
+ {{ scores.BlueTotalScore }}
@@ -53,14 +53,14 @@
Manche
- {{ OrangeRoundScore }}
+ {{ scores.OrangeRoundScore }}
Total
- {{ OrangeTotalScore }}
+ {{ scores.OrangeTotalScore }}
@@ -73,14 +73,14 @@
Manche
- {{ GreenRoundScore }}
+ {{ scores.GreenRoundScore }}
Total
- {{ GreenTotalScore }}
+ {{ scores.GreenTotalScore }}
@@ -90,18 +90,80 @@