From 376a9f564215429df6ee5168894fdb90f920eee6 Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 25 Sep 2022 18:05:56 +0200 Subject: [PATCH] bugfix: fix sorting of players by score in highscore table --- client/src/components/Highscores.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/client/src/components/Highscores.vue b/client/src/components/Highscores.vue index 5ed7e78..a90fae5 100644 --- a/client/src/components/Highscores.vue +++ b/client/src/components/Highscores.vue @@ -20,13 +20,17 @@