mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-15 07:43:44 -05:00
Different text on tournament admin page no teams vs. filter not matching
This commit is contained in:
parent
0d3adac4f0
commit
ddf265059b
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user