We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c226f6 commit 6394850Copy full SHA for 6394850
1 file changed
Application/DevLogPresentation/Sources/Home/Home/HomeView.swift
@@ -72,7 +72,7 @@ struct HomeView: View {
72
73
private var recentTodoSection: some View {
74
Section {
75
- if store.isRecentTodosLoading {
+ if store.isRecentTodosLoading && store.recentTodos.isEmpty {
76
LoadingView()
77
} else if store.recentTodos.isEmpty {
78
HStack {
0 commit comments