diff --git a/code/websites/pokedex.online/src/views/ChallongeTest.vue b/code/websites/pokedex.online/src/views/ChallongeTest.vue index 16240e9..9b382cb 100644 --- a/code/websites/pokedex.online/src/views/ChallongeTest.vue +++ b/code/websites/pokedex.online/src/views/ChallongeTest.vue @@ -161,150 +161,34 @@ {{ loading ? 'Loading...' : 'List My Tournaments' }} -
Common issues:
-{{ paginationInfo }}
-- URL: - {{ getTournamentProp(tournament, 'url') }} -
-- Type: - {{ getTournamentProp(tournament, 'tournament_type') }} -
-- Participants: - {{ getTournamentProp(tournament, 'participants_count') }} -
-- Started: - {{ - formatDate(getTournamentProp(tournament, 'started_at')) - }} -
-{{
- JSON.stringify(tournamentDetails, null, 2)
- }}
-