Skip to content

Commit

Permalink
Add TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
phrasmotica committed Apr 30, 2024
1 parent bc98398 commit 9dd3570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/results/PlayerRecord.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const fixturesByPhase = computed(() => {
<p class="m-0">{{ p.name }}</p>

<ul class="m-0">
<!-- MEDIUM: compress this into a list of W/L records against
each other player, if it's winner stays on -->
<li v-for="f in p.fixtures" class="text-sm">
<MatchText
:phaseId="p.id"
Expand Down

0 comments on commit 9dd3570

Please sign in to comment.