Skip to content

Commit

Permalink
validate-roster: Show total number of teams in event
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe2k committed Jan 12, 2024
1 parent c1af8a0 commit 7261764
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/ValidateRoster.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ const ValidateRoster = () => {
</Match>
<Match when={eventData()?.ultimate_central_slug}>
<h2 class="text-2xl font-bold text-blue-500">{eventData()?.title}</h2>
<h3 class="font-bold">
No. of Teams - {(eventData()?.teams || []).length}
</h3>
<a
href={`https://indiaultimate.org/en_in/e/${
eventData()?.ultimate_central_slug
Expand Down

0 comments on commit 7261764

Please sign in to comment.