diff --git a/src/components/ModerationLabelPref/index.tsx b/src/components/ModerationLabelPref/index.tsx index 43adb16d79..af8c97c76a 100644 --- a/src/components/ModerationLabelPref/index.tsx +++ b/src/components/ModerationLabelPref/index.tsx @@ -17,7 +17,6 @@ export function ModerationLabelPref({ labelValueDefinition: InterprettedLabelValueDefinition disabled?: boolean }) { - console.log({labelValueDefinition}) const t = useTheme() const allLabelStrings = useLabelStrings() const labelStrings = labelValueDefinition.locales[0] // TODO look up locale diff --git a/src/screens/Profile/Sections/Labels.tsx b/src/screens/Profile/Sections/Labels.tsx index bdddb16527..e9496085f6 100644 --- a/src/screens/Profile/Sections/Labels.tsx +++ b/src/screens/Profile/Sections/Labels.tsx @@ -135,19 +135,12 @@ export function ProfileLabelsSectionInner({ ) : null} {labelDefs.length > 0 && ( - + {labelDefs.map((labelDef, i) => { return ( {i !== 0 && } - +