Skip to content

Commit

Permalink
Fix url bug on detailed match page
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Mar 9, 2023
1 parent a2112b2 commit 7bc5b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/views/DetailedMatch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</div>
</div>
<div class="right-holder col-3">
<router-link :to="url('event', match.event)">
<router-link v-if="match.event" :to="url('event', match.event)">
<ThemeLogo class="top-right-logo mb-3" logo-size="w-200" :theme="_theme" border-width="8"/>
</router-link>
<div class="info-block">
Expand Down

0 comments on commit 7bc5b69

Please sign in to comment.