Skip to content

Commit

Permalink
fix: fix team review wrong team
Browse files Browse the repository at this point in the history
  • Loading branch information
kengwang committed Dec 9, 2024
1 parent 3e64f47 commit 26020c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const GameTeamReview: FC = () => {
key={participation.id}
participation={participation}
disabled={disabled}
gameOrganizations={Object.keys(game?.organizations ?? {})}
gameOrganizations={(game?.organizations ?? [])}
setParticipationOrganization={setParticipationOrganization}
setParticipationStatus={setParticipationStatus}
/>
Expand Down

0 comments on commit 26020c0

Please sign in to comment.