🐛 Fix error binding in TournamentDetail component
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
<TournamentDetail
|
||||
:tournament-details="tournamentDetails"
|
||||
:loading="tournamentDetailsState.isLoading"
|
||||
:error="tournamentDetailsState.error"
|
||||
:error="tournamentDetailsState.error.value"
|
||||
:is-expanded="isExpanded"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user