From 90fd9c9c2b162fe9158fa068f23e725ec6ed428e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:43:24 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- src/components/PlansSection.tsx | 49 +++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 7534579..3229827 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -426,14 +426,47 @@ const PlansSection = () => { - + + + + + + + + + Ingen stad hittades. + + {STORSTOCKHOLM_CITIES.map((city) => ( + { + setForm((f) => ({ ...f, stad: v })); + setErrors((e) => ({ ...e, stad: "" })); + setCityOpen(false); + }} + > + + {city} + + ))} + + + + + {errors.stad && (

{errors.stad}

)}