Invert non config filtering (#5674)
* Invert filtering logic * Rename * Rm comment
This commit is contained in:
@@ -35,7 +35,7 @@ function ReportDialogInner(props: ReportDialogProps) {
|
||||
isLoading: isLabelerLoading,
|
||||
data: labelers,
|
||||
error,
|
||||
} = useMyLabelersQuery()
|
||||
} = useMyLabelersQuery({excludeNonConfigurableLabelers: true})
|
||||
const isLoading = useDelayedLoading(500, isLabelerLoading)
|
||||
|
||||
const ref = React.useRef<ScrollView>(null)
|
||||
|
||||
Reference in New Issue
Block a user