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}

)}