From fbac8c0d312e7fbcc77c2f4e58650efeafd00963 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 6 Mar 2023 23:27:23 +0200 Subject: [PATCH] Add 3.0 stages to planner Closes #1287 --- app/features/map-planner/components/Planner.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 (