fix: feed action in selection

This commit is contained in:
Stephen Zhou 2024-11-11 15:20:15 +08:00
parent f4e5ac172a
commit ef9db5c8b3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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