Skip to content

Commit

Permalink
fix waiting room show
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDBrother committed Jun 8, 2024
1 parent 80171aa commit 808ea9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function TournamentHeader({
/>
</span>
</p>
{type === TournamentTypes.arena && state === TournamentStates.active && !!players[currentUserId] && (
{type === TournamentTypes.arena && state === TournamentStates.active && !!players[currentUserId] && breakState === 'off' && (
<div className="d-flex align-items-center">
<WaitingRoomStatus
page="tournament"
Expand Down

0 comments on commit 808ea9b

Please sign in to comment.