Different text on tournament admin page no teams vs. filter not matching
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle 2026-06-27 21:45:08 +03:00
parent 0d3adac4f0
commit ddf265059b

View File

@ -131,7 +131,9 @@ export default function TournamentAdminTeamsPage() {
colSpan={maxRosterSize + (tournament.ctx.isFinalized ? 2 : 3)}
className={styles.noResults}
>
No registrations yet
{tournament.ctx.teams.length === 0
? "No registrations yet"
: "No registrations match your search"}
</td>
</tr>
) : null}