From 6486ea0e1ef5a2a1753ac7ae695d5d32cc9fa62e Mon Sep 17 00:00:00 2001 From: opficdev <162981733+opficdev@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:50:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Home=20=EC=B5=9C=EA=B7=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EC=84=B9=EC=85=98=20=EA=B9=9C=EB=B9=A1=EC=9E=84=20?= =?UTF-8?q?=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/DevLogPresentation/Sources/Home/Home/HomeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/DevLogPresentation/Sources/Home/Home/HomeView.swift b/Application/DevLogPresentation/Sources/Home/Home/HomeView.swift index 6b516a53..1e37d2ab 100644 --- a/Application/DevLogPresentation/Sources/Home/Home/HomeView.swift +++ b/Application/DevLogPresentation/Sources/Home/Home/HomeView.swift @@ -72,7 +72,7 @@ struct HomeView: View { private var recentTodoSection: some View { Section { - if store.isRecentTodosLoading { + if store.isRecentTodosLoading && store.recentTodos.isEmpty { LoadingView() } else if store.recentTodos.isEmpty { HStack {