Skip to content

Commit

Permalink
Removed scoring zone panels from the modals array (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay authored Jul 26, 2024
2 parents d031348 + 052590a commit 16e300f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fission/src/Synthesis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ const initialModals = [
<ManageAssembliesModal key="manage-assemblies" modalId="manage-assemblies" />,
<ImportLocalMirabufModal key="import-local-mirabuf" modalId="import-local-mirabuf" />,
<ConfigureRobotModal key="config-robot" modalId="config-robot" />,
<ScoringZonesPanel panelId="scoring-zones" openLocation="right" />,
<ZoneConfigPanel panelId="zone-config" openLocation="right" />,
<ResetAllInputsModal key="reset-inputs" modalId="reset-inputs" />,
]

Expand Down

0 comments on commit 16e300f

Please sign in to comment.