From 329a692ef0aacbd6ca9dc8224a5473713acbb7c0 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Wed, 14 May 2025 02:26:23 -0400 Subject: [PATCH] src/client/SinglePlayerModal.ts --- src/client/SinglePlayerModal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/SinglePlayerModal.ts b/src/client/SinglePlayerModal.ts index 6e42f523e..b1030c21f 100644 --- a/src/client/SinglePlayerModal.ts +++ b/src/client/SinglePlayerModal.ts @@ -73,7 +73,7 @@ export class SinglePlayerModal extends LitElement { .selected=${!this.useRandomMap && this.selectedMap === mapValue} .translation=${translateText( - `map.${mapKey.toLowerCase()}`, + `map.${mapKey?.toLowerCase()}`, )} >