From 531c88cfb68b761902dcbd3781e2855fbc40e54a Mon Sep 17 00:00:00 2001 From: Benjamin Sutter Date: Thu, 21 May 2026 20:59:09 +0200 Subject: [PATCH] fix: weighting sliders in 2-column grid layout Co-Authored-By: Claude Sonnet 4.6 --- src/components/demand/WeightingEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (