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} -
- ); - })} -
+