diff --git a/src/components/ModerationServiceCard/Card.tsx b/src/components/ModerationServiceCard/Card.tsx index 47f3b8708f..a30c8c065e 100644 --- a/src/components/ModerationServiceCard/Card.tsx +++ b/src/components/ModerationServiceCard/Card.tsx @@ -14,8 +14,6 @@ export function Outer({ children, style, }: React.PropsWithChildren) { - const t = useTheme() - return ( @@ -104,7 +98,7 @@ export function Content({ )} - + ) } diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx index 4ab23465bc..9047f76998 100644 --- a/src/screens/Moderation/index.tsx +++ b/src/screens/Moderation/index.tsx @@ -281,10 +281,10 @@ export function ModerationScreenInner({ a.pb_md, t.atoms.text_contrast_high, ]}> - Labeler subscriptions + Labelers - + {modservices.map(mod => { return (