Skip to content

Commit

Permalink
Fix the live matches not showing properly if their event doesn't have…
Browse files Browse the repository at this point in the history
… a short name
  • Loading branch information
slmnio committed Oct 12, 2022
1 parent b238dfe commit 207854c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/components/website/NavLiveMatch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default {
shouldShow() {
if (!this.match?.id) return false;
if (!this.match?.event?.id) return false;
if (!this.match.event.short) return false;
return true;
// return this.match.live;
}
Expand Down

0 comments on commit 207854c

Please sign in to comment.