mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 01:55:26 -05:00
Fix tournament add-players invite link
This commit is contained in:
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user