diff --git a/code/websites/pokedex.online/src/composables/useChallongeTests.js b/code/websites/pokedex.online/src/composables/useChallongeTests.js index ae4e14d..bb45ee0 100644 --- a/code/websites/pokedex.online/src/composables/useChallongeTests.js +++ b/code/websites/pokedex.online/src/composables/useChallongeTests.js @@ -247,6 +247,7 @@ export function useChallongeTests(client, apiVersion, tournamentScope) { totalTournaments, hasNextPage, tournamentDetails, + tournamentDetailsState, // Expose for direct access to loading/error // Computed paginationInfo,