Skip to content

Commit

Permalink
Hide stagger editor during practice
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaroryan committed Feb 3, 2025
1 parent 1dc2f66 commit 67b8e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/pages/lems/field-manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const Page: NextPage<Props> = ({
isStaggered={!!division.staggered}
onScheduleRematch={handleScheduleRematch}
/>
{division.staggered && (
{division.staggered && divisionState.currentStage === 'ranking' && (
<StaggerEditor
divisionState={divisionState}
matches={matches}
Expand Down

0 comments on commit 67b8e4d

Please sign in to comment.