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 cd5adf8 commit 66da8c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/modals/CreatePlayOffModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ const canCreate = computed(() => canPlayOff(selectedRecords.value))
{{ t('playOff.selectPlayers') }}
</p>

<!-- HIGH: if there's money on the line between some players,
show some appropriate icon next to their W/D/L records -->
<PlayerSelector
class="overflow-y-auto"
style="height: 200px;"
Expand Down

0 comments on commit 66da8c5

Please sign in to comment.