diff --git a/src/components/demand/WeightingEditor.tsx b/src/components/demand/WeightingEditor.tsx index 828c1eb..9810eb1 100644 --- a/src/components/demand/WeightingEditor.tsx +++ b/src/components/demand/WeightingEditor.tsx @@ -65,7 +65,7 @@ export function WeightingEditor({ weights, onChange, assetType }: Props) { - + {WEIGHTING_KEYS.map(key => { const importance = raw[key] ?? 3 return (