diff --git a/frontend/react/src/ui/panels/airbasemenu.tsx b/frontend/react/src/ui/panels/airbasemenu.tsx index 5637a7fa..bfbcbfd4 100644 --- a/frontend/react/src/ui/panels/airbasemenu.tsx +++ b/frontend/react/src/ui/panels/airbasemenu.tsx @@ -72,6 +72,8 @@ export function AirbaseMenu(props: { open: boolean; onClose: () => void; childre }); } + filteredBlueprints.sort((a, b) => a.label.localeCompare(b.label)); + return (
void; childre return ( setBlueprint(blueprint)} showCost={showCost} @@ -258,7 +260,7 @@ export function AirbaseMenu(props: { open: boolean; onClose: () => void; childre return ( setBlueprint(blueprint)} showCost={showCost}