@ -112,7 +112,7 @@ struct ClubSearchView: View {
}
.task {
do {
try dataStore.clubs.loadDataFromServerIfAllowed()
try await dataStore.clubs.loadDataFromServerIfAllowed()
} catch {
Logger.error(error)
@ -23,7 +23,7 @@ struct CreateClubView: View {
ClubDetailView(club: club, displayContext: .addition)
@ -174,7 +174,7 @@ struct UmpireView: View {