Skip to content

Commit 0db2d8c

Browse files
fix #91 (#92)
* fix #91 * Update Examples/Reminders/RemindersDetail.swift Co-authored-by: Brandon Williams <[email protected]> --------- Co-authored-by: Brandon Williams <[email protected]>
1 parent 541605e commit 0db2d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Reminders/RemindersDetail.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class RemindersDetailModel: HashableObject {
8585
.withTags
8686
.where { reminder, _, tag in
8787
switch detailType {
88-
case .all: !reminder.isCompleted
88+
case .all: true
8989
case .completed: reminder.isCompleted
9090
case .flagged: reminder.isFlagged
9191
case .remindersList(let list): reminder.remindersListID.eq(list.id)

0 commit comments

Comments
 (0)