From 936b689769c58421416fc9ab730717fc0552f1ba Mon Sep 17 00:00:00 2001 From: evanpelle Date: Wed, 28 Jan 2026 13:06:43 -0800 Subject: [PATCH] bugfix: duplicate matchmaking modals causing elo to display unknown --- index.html | 5 ---- src/client/Matchmaking.ts | 58 ++++++++++++++++++--------------------- 2 files changed, 27 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index b1f825ae2..f5861d94e 100644 --- a/index.html +++ b/index.html @@ -189,11 +189,6 @@ inline class="hidden w-full h-full page-content" > - - - ${translateText("matchmaking_button.play_ranked")} - - - ${translateText("matchmaking_button.description")} - - + + ${translateText("matchmaking_button.play_ranked")} + + + ${translateText("matchmaking_button.description")} + + + ` + : html` + + `; - - `; - } - - return html` - - - - `; + return html` ${button} `; } private handleLoggedInClick() {