removed the second gameType definition

This commit is contained in:
Ryan Barlow
2026-01-25 19:59:22 +00:00
parent 1a9ccc6415
commit a430cead0b
-1
View File
@@ -194,7 +194,6 @@ export function buildPreview(
: null;
const image = mapThumbnail ?? `${origin}/images/GameplayScreenshot.png`;
const gameType = lobby?.gameConfig?.gameType ?? config.gameType;
const gameTypeLabel = gameType ? ` (${gameType})` : "";
const title = isFinished