mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-14 23:11:56 -05:00
Fix tournament add-players invite link
This commit is contained in:
parent
7d32da3822
commit
3ed1be84e1
|
|
@ -179,7 +179,9 @@ export default function ManageTeamPage() {
|
|||
</div>
|
||||
{ownTeam.members.length < TOURNAMENT_TEAM_ROSTER_MAX_SIZE && (
|
||||
<AddPlayers
|
||||
pathname={location.pathname.replace("manage-team", "join-team")}
|
||||
pathname={location.pathname
|
||||
.replace("manage-team", "join-team")
|
||||
.slice(1)}
|
||||
inviteCode={ownTeam.inviteCode}
|
||||
trustingUsers={trustingUsers}
|
||||
hiddenInputs={[
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user