heroes-of-chess-components 0.6.70 → 0.6.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -202,7 +202,6 @@ export function useTournament(): UseTournamentReturn {
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
if (turnType === "aog") return gameArena;
|
|
205
|
-
if (turnType === "acg") return coordinateArena;
|
|
206
205
|
if (turnType === "cc") return tournamentChess;
|
|
207
206
|
if (turnType === "bh") return bughouse;
|
|
208
207
|
if (turnType === "acg-co") return coordinate;
|