mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 15:54:36 +00:00
removed the second gameType definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user