We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb798ac commit f20fd84Copy full SHA for f20fd84
1 file changed
DevLog/Presentation/ViewModel/HomeViewModel.swift
@@ -10,7 +10,7 @@ import Foundation
10
final class HomeViewModel: Store {
11
struct State {
12
// UI
13
- var todoKindPreferences: [TodoKindPreference] = TodoKind.allCases.map { TodoKindPreference(kind: $0, isVisible: true) }
+ var todoKindPreferences = TodoKind.allCases.map { TodoKindPreference(kind: $0, isVisible: true) }
14
var pinnedTodos: [Todo] = []
15
16
// User Input
0 commit comments