show chatrooms in white
authorGeoffrey Allott <geoffrey@allott.email>
Sun, 28 May 2023 10:24:39 +0000 (11:24 +0100)
committerGeoffrey Allott <geoffrey@allott.email>
Sun, 28 May 2023 10:24:39 +0000 (11:24 +0100)
site/modules/gamelist.js

index 17246302b38aa67d037b7d72d33799d91948996b..c9f401e0a539be91afd2ad8fcd44175e6d626701 100644 (file)
@@ -57,7 +57,7 @@ export class GameList {
 
         const game_element = document.createElement("tr");
         game_element.classList.add("game-summary");
-        if (game.status.completed) {
+        if (game.status.completed && game.settings.format != "Chatroom") {
             game_element.classList.add("game-summary-completed");
         }