Invert non config filtering (#5674)
* Invert filtering logic * Rename * Rm comment
This commit is contained in:
@@ -169,7 +169,7 @@ export function ModerationScreenInner({
|
||||
isLoading: isLabelersLoading,
|
||||
data: labelers,
|
||||
error: labelersError,
|
||||
} = useMyLabelersQuery({includeNonConfigurable: true})
|
||||
} = useMyLabelersQuery()
|
||||
|
||||
useFocusEffect(
|
||||
React.useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user