From 509e3d9c85d7b5d793049282cd47a9821a3ecc38 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 10 Oct 2024 11:47:12 -0500 Subject: Filter out non-configrable mod authorities from report dialog (#5670) --- src/screens/Moderation/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Moderation/index.tsx') diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx index 070b87950..3b997009b 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() + } = useMyLabelersQuery({includeNonConfigurable: true}) useFocusEffect( React.useCallback(() => { -- cgit 1.4.1