diff --git a/Sora/Views/ExploreView/ExploreView.swift b/Sora/Views/ExploreView/ExploreView.swift index d4e79af..f17c8f8 100644 --- a/Sora/Views/ExploreView/ExploreView.swift +++ b/Sora/Views/ExploreView/ExploreView.swift @@ -267,6 +267,9 @@ struct ExploreView: View { .onChange(of: selectedModuleId) { _ in fetchData() } + .onAppear { + fetchData() + } } private func fetchData() {