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() ProgressView()
.frame(maxWidth: .infinity, alignment: .center) .frame(maxWidth: .infinity, alignment: .center)
} }
} } else if let loadError {
if let loadError {
Section { Section {
Text(loadError) Text(loadError)
.foregroundColor(.red) .foregroundColor(.red)
@ -220,7 +218,6 @@ private extension EditPrivacyView {
if !isLoading { if !isLoading {
isLoading = true isLoading = true
loadError = nil loadError = nil
loadError = "oleg pidor"
} }
} }