Skip to content

Commit

Permalink
fix: mark single feed as all read
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Nov 13, 2024
1 parent 89bef43 commit a4acd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/entry-column/hooks/useMarkAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const useMarkAllByRoute = (filter?: MarkAllFilter) => {
view,
filter,
})
} else if (folderIds) {
} else if (folderIds?.length) {
subscriptionActions.markReadByFeedIds({
feedIds: folderIds,
view,
Expand Down

0 comments on commit a4acd2f

Please sign in to comment.