Event definiteion updates

This commit is contained in:
2025-09-26 11:33:25 -04:00
parent 1ea096469b
commit 688ca60511
17 changed files with 537 additions and 337 deletions
@@ -76,9 +76,9 @@ else
}
}
else if (context.Event.EventFormat == EventFormat.Individual
&& context.Students.Count > context.Event.MaxTeamCountState)
&& context.Students.Count > context.Event.ChapterEligibilityCountState)
{
<span>Max Team Count State: @context.Event.MaxTeamCountState</span>
<span>Max Team Count State: @context.Event.ChapterEligibilityCountState</span>
}
</MudTd>
</RowTemplate>