From ffddb9cd1e24f510ceacfbbce722a8ac5288e2cb Mon Sep 17 00:00:00 2001 From: Davide Passoni Date: Thu, 27 Mar 2025 15:46:32 +0100 Subject: [PATCH] fix: Removed accidental development feature in unit spawn men Also bumped version to 2.0.1 --- .../src/ui/contextmenus/spawncontextmenu.tsx | 24 +------------------ version.json | 2 +- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/frontend/react/src/ui/contextmenus/spawncontextmenu.tsx b/frontend/react/src/ui/contextmenus/spawncontextmenu.tsx index 86e6fad6..bd129c90 100644 --- a/frontend/react/src/ui/contextmenus/spawncontextmenu.tsx +++ b/frontend/react/src/ui/contextmenus/spawncontextmenu.tsx @@ -469,29 +469,7 @@ export function SpawnContextMenu(props: {}) { ); })} -
- {tags.groundunit - .sort() - .map((type) => { - return ( -
{ - selectedType === type ? setSelectedType(null) : setSelectedType(type); - }} - > - {type} -
- ); - })} -
+