Update version
This commit is contained in:
@@ -43,7 +43,7 @@ struct DashboardView: View {
|
||||
viewModel.refreshData()
|
||||
}
|
||||
.overlay {
|
||||
if viewModel.isLoading {
|
||||
if viewModel.isLoading && !viewModel.hasData {
|
||||
ProgressView()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user