diff --git a/Shared/Trending/TrendingView.swift b/Shared/Trending/TrendingView.swift index 2eddb716..677759cc 100644 --- a/Shared/Trending/TrendingView.swift +++ b/Shared/Trending/TrendingView.swift @@ -110,9 +110,7 @@ struct TrendingView: View { .backport .refreshable { DispatchQueue.main.async { - resource.load().onFailure { error in - NavigationModel.shared.presentAlert(title: "Could not refresh Trending", message: error.userMessage) - } + resource.load() } } .navigationBarTitleDisplayMode(.inline) @@ -220,7 +218,7 @@ struct TrendingView: View { resource.removeObservers(ownedBy: store) }) { #if os(iOS) - Label("Switch country...", systemImage: "flag") + Label("Country", systemImage: "flag") #else Text("\(country.flag) \(country.id)")