fix: feed action in selection
This commit is contained in:
parent
f4e5ac172a
commit
ef9db5c8b3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue