diff options
Diffstat (limited to 'src/screens/Moderation')
-rw-r--r-- | src/screens/Moderation/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx index 3b997009b..070b87950 100644 --- a/src/screens/Moderation/index.tsx +++ b/src/screens/Moderation/index.tsx @@ -169,7 +169,7 @@ export function ModerationScreenInner({ isLoading: isLabelersLoading, data: labelers, error: labelersError, - } = useMyLabelersQuery({includeNonConfigurable: true}) + } = useMyLabelersQuery() useFocusEffect( React.useCallback(() => { |