🐛 Fix error binding in TournamentDetail component

This commit is contained in:
2026-01-29 14:36:38 +00:00
parent 9746e4b4f6
commit 0f450461ac

View File

@@ -184,7 +184,7 @@
<TournamentDetail <TournamentDetail
:tournament-details="tournamentDetails" :tournament-details="tournamentDetails"
:loading="tournamentDetailsState.isLoading" :loading="tournamentDetailsState.isLoading"
:error="tournamentDetailsState.error" :error="tournamentDetailsState.error.value"
:is-expanded="isExpanded" :is-expanded="isExpanded"
/> />
</template> </template>