From 3030825a696303fed8a8fc708c062b6e906b3163 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 9 Mar 2024 14:33:17 -0800 Subject: [PATCH] Move nudity out of the adult content control --- src/screens/Moderation/index.tsx | 8 ++++---- src/screens/Onboarding/StepModeration/index.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx index 9fb4ad40cb..0291d361c0 100644 --- a/src/screens/Moderation/index.tsx +++ b/src/screens/Moderation/index.tsx @@ -379,15 +379,15 @@ export function ModerationScreenInner({ labelValueDefinition={LABELS.sexual} /> - - )} + + )} diff --git a/src/screens/Onboarding/StepModeration/index.tsx b/src/screens/Onboarding/StepModeration/index.tsx index 53349c91a0..8001f17175 100644 --- a/src/screens/Onboarding/StepModeration/index.tsx +++ b/src/screens/Onboarding/StepModeration/index.tsx @@ -94,10 +94,6 @@ export function StepModeration() { labelValueDefinition={LABELS.sexual} isMounted={isMounted} /> - )} + )}