diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift index 8a34b30cc..7a9af7d98 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift @@ -17,7 +17,7 @@ final class HomeFeedViewModel: ObservableObject { @Published var itemUnderLabelEdit: FeedItem? @Published var searchQuery = "" @Published var snoozePresented = false - @Published var itemToSnooze: FeedItem? // TODO: maybe combine itemToSnooze and snoozePresented? + @Published var itemToSnooze: FeedItem? @Published var selectedLinkItem: FeedItem? var cursor: String?