diff --git a/src/views/ProfileView.vue b/src/views/ProfileView.vue index 678c07c..443073d 100644 --- a/src/views/ProfileView.vue +++ b/src/views/ProfileView.vue @@ -469,7 +469,7 @@ const genderOptions = ref([ ]); const genderSearchQuery = ref(''); const showGenderList = ref(false); -const filteredGenders = ref([]; +const filteredGenders = ref([]); // Computed properties const mainPhoto = computed(() => {