diff --git a/Dashboard/Dashboard/Presentation/DashboardView.swift b/Dashboard/Dashboard/Presentation/DashboardView.swift index cc3430c26..d353148cf 100644 --- a/Dashboard/Dashboard/Presentation/DashboardView.swift +++ b/Dashboard/Dashboard/Presentation/DashboardView.swift @@ -48,7 +48,7 @@ public struct DashboardView: View { withProgress: isIOS14, refresh: true) }) { - if viewModel.courses.isEmpty { + if !viewModel.fetchInProgress || viewModel.courses.isEmpty { EmptyPageIcon() } else { LazyVStack(spacing: 0) {