patch privacy

This commit is contained in:
cheykrym 2025-10-08 01:57:40 +03:00
parent 3b860a5146
commit c96fe4991d

View File

@ -39,9 +39,7 @@ struct EditPrivacyView: View {
ProgressView()
.frame(maxWidth: .infinity, alignment: .center)
}
}
if let loadError {
} else if let loadError {
Section {
Text(loadError)
.foregroundColor(.red)
@ -220,7 +218,6 @@ private extension EditPrivacyView {
if !isLoading {
isLoading = true
loadError = nil
loadError = "oleg pidor"
}
}