diff --git a/src/client/components/baseComponents/stats/GameList.ts b/src/client/components/baseComponents/stats/GameList.ts index 93c509419..74f4b526b 100644 --- a/src/client/components/baseComponents/stats/GameList.ts +++ b/src/client/components/baseComponents/stats/GameList.ts @@ -4,6 +4,7 @@ import { PlayerGame } from "../../../../core/ApiSchemas"; import { GameMode } from "../../../../core/game/Game"; import { GameInfoModal } from "../../../GameInfoModal"; import { translateText } from "../../../Utils"; +import "../../CopyButton"; @customElement("game-list") export class GameList extends LitElement { @@ -115,7 +116,10 @@ export class GameList extends LitElement { > ${translateText("game_list.game_id")} -
${game.gameId}
+