From b6bce411e700122f69eb97f6cdb33a7f3fefc8e7 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 15 Feb 2024 20:07:39 -0800 Subject: [PATCH] Small tweaks to the moderation screen --- src/components/ModerationServiceCard/Card.tsx | 10 ++-------- src/screens/Moderation/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-) 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 (