diff --git a/app/features/map-planner/components/Planner.tsx b/app/features/map-planner/components/Planner.tsx index 932881f5b..c4bb6afdc 100644 --- a/app/features/map-planner/components/Planner.tsx +++ b/app/features/map-planner/components/Planner.tsx @@ -297,8 +297,6 @@ function WeaponImageSelector({ ); } -const stageIdsWithBackgrounds = stageIds.slice(0, 14); - function StageBackgroundSelector({ onAddBackground, }: { @@ -322,7 +320,7 @@ function StageBackgroundSelector({ onChange={(e) => setStageId(Number(e.target.value) as StageId)} aria-label="Select stage" > - {stageIdsWithBackgrounds.map((stageId) => { + {stageIds.map((stageId) => { return (