From 008266d8eaec9c218532d4009b823a5be6d4c0ba Mon Sep 17 00:00:00 2001 From: opficdev Date: Sat, 31 Jan 2026 13:37:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=95=9C=20=EC=A4=84=EC=97=90=20127?= =?UTF-8?q?=EC=9E=90=20=EC=9D=B4=EC=83=81=20=EB=90=98=EB=8A=94=20lint=20?= =?UTF-8?q?=EA=B2=BD=EA=B3=A0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DevLog/Presentation/ViewModel/HomeViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevLog/Presentation/ViewModel/HomeViewModel.swift b/DevLog/Presentation/ViewModel/HomeViewModel.swift index 22feb7b..97f93d1 100644 --- a/DevLog/Presentation/ViewModel/HomeViewModel.swift +++ b/DevLog/Presentation/ViewModel/HomeViewModel.swift @@ -10,7 +10,7 @@ import Foundation final class HomeViewModel: Store { struct State { // UI - var todoKindPreferences: [TodoKindPreference] = TodoKind.allCases.map { TodoKindPreference(kind: $0, isVisible: true) } + var todoKindPreferences = TodoKind.allCases.map { TodoKindPreference(kind: $0, isVisible: true) } var pinnedTodos: [Todo] = [] // User Input