Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-07-12 14:02:56 +00:00
parent b917df93ff
commit 0d67ea8124
+2
View File
@@ -101,6 +101,7 @@ const PlansSection = () => {
const [errors, setErrors] = useState<Record<string, string>>({});
const [clientSecret, setClientSecret] = useState<string | null>(null);
const [cityOpen, setCityOpen] = useState(false);
const [showPassword, setShowPassword] = useState(false);
const [form, setForm] = useState({
företag: "",
epost: "",
@@ -109,6 +110,7 @@ const PlansSection = () => {
postnummer: "",
stad: "",
kommentarer: "",
password: "",
});
const filteredCities = useMemo(() => {