src/client/PublicLobby.ts

This commit is contained in:
Scott Anderson
2025-05-14 02:26:21 -04:00
parent ef2287782a
commit 18550ff8aa
+2 -2
View File
@@ -128,8 +128,8 @@ export class PublicLobby extends LitElement {
)}
</div>
<div class="text-md font-medium text-blue-100">
${lobby.gameConfig.gameMode == GameMode.Team
? translateText("public_lobby.teams", { num: teamCount })
${lobby.gameConfig.gameMode === GameMode.Team
? translateText("public_lobby.teams", { num: teamCount ?? 0 })
: translateText("game_mode.ffa")}
</div>
</div>