refactor: reactions grouping and other fixes
This commit is contained in:
@ -27,7 +27,7 @@ export function useReactions(
|
||||
}
|
||||
}
|
||||
others?.(rb);
|
||||
return rb.numFilters > 0 ? rb : null;
|
||||
return rb.numFilters > 0 ? rb : undefined;
|
||||
}, [ids]);
|
||||
|
||||
return useRequestBuilder(sub);
|
||||
|
Reference in New Issue
Block a user