mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 05:12:19 -05:00
Different text on tournament admin page no teams vs. filter not matching
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user