diff --git a/src/components/EditProfileForm.vue b/src/components/EditProfileForm.vue
index 220b42e..4d6b4c0 100644
--- a/src/components/EditProfileForm.vue
+++ b/src/components/EditProfileForm.vue
@@ -25,31 +25,50 @@
-
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+ Найдено городов: {{ filteredCities.length }}
+
+
+
+
{{ city.name }}
+
{{ city.subject }}
+
+
+
+
+ Городов не найдено
+
+
+ Выбранный город: {{ formData.location.city }}
+
+
-
+
{{ profileSuccessMessage }}
{{ profileErrorMessage }}
@@ -90,7 +109,7 @@
\ No newline at end of file