1
This commit is contained in:
parent
bcbbe99d8f
commit
a207a4dccb
@ -85,7 +85,7 @@ struct EditProfileView: View {
|
|||||||
Text("Применить")
|
Text("Применить")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navigationTitle("Редактировать профиль")
|
.navigationTitle("Профиль")
|
||||||
.onAppear(perform: loadProfile)
|
.onAppear(perform: loadProfile)
|
||||||
.sheet(isPresented: $showImagePicker) {
|
.sheet(isPresented: $showImagePicker) {
|
||||||
ImagePicker(image: $avatarImage)
|
ImagePicker(image: $avatarImage)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user