Skip to content

Commit

Permalink
fix: feed action in selection
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Nov 11, 2024
1 parent f4e5ac1 commit ef9db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/hooks/biz/useFeedActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const useFeedActions = ({

const listByView = useOwnedListByView(view!)

const isMultipleSelection = feedIds && feedIds.length > 0
const isMultipleSelection = feedIds && feedIds.length > 1

const items = useMemo(() => {
const related = feed || inbox
Expand Down

0 comments on commit ef9db5c

Please sign in to comment.