Invert non config filtering (#5674)

* Invert filtering logic

* Rename

* Rm comment
This commit is contained in:
Eric Bailey
2024-10-10 12:04:23 -05:00
committed by GitHub
parent 96cc31babc
commit 3b44ea203c
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ export function ModerationScreenInner({
isLoading: isLabelersLoading,
data: labelers,
error: labelersError,
} = useMyLabelersQuery({includeNonConfigurable: true})
} = useMyLabelersQuery()
useFocusEffect(
React.useCallback(() => {