Fix offenses

This commit is contained in:
Arkadiusz Fal
2022-07-05 19:26:03 +02:00
parent 7b4d00421a
commit f55c3d71f2
4 changed files with 15 additions and 12 deletions

View File

@@ -96,7 +96,8 @@ struct LocationsSettings: View {
if let instances: [ManifestedInstance] = response.typedContent() {
self.countries = instances.map(\.country).unique().sorted()
}
}.onFailure { _ in
}
.onFailure { _ in
model.presentAlert(title: "Could not load locations manifest")
}
}