fetch explore data on appear ^

This commit is contained in:
Dominic Drees 2025-05-03 00:15:55 +02:00
parent 33137025ad
commit 4a6857cf46

View file

@ -267,6 +267,9 @@ struct ExploreView: View {
.onChange(of: selectedModuleId) { _ in
fetchData()
}
.onAppear {
fetchData()
}
}
private func fetchData() {