From d2eb4fcaf4d3cd4ba68401b9159ad6a492c67c26 Mon Sep 17 00:00:00 2001 From: yukirij Date: Wed, 28 Aug 2024 00:51:00 -0700 Subject: [PATCH] Fix handle text entity. --- www/js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/ui.js b/www/js/ui.js index d2fd422..b493999 100644 --- a/www/js/ui.js +++ b/www/js/ui.js @@ -260,7 +260,7 @@ const UI = { if(records[r].player == 1) { handle = records[r].dusk; } rows.push([ - handle, + UI.text(handle), UI.text(records[r].turn), UI.text(records[r].viewers), buttons,