diff --git a/src/screens/Profile/Sections/Labels.tsx b/src/screens/Profile/Sections/Labels.tsx index fbb3c6ea29..5ee9cd3ae6 100644 --- a/src/screens/Profile/Sections/Labels.tsx +++ b/src/screens/Profile/Sections/Labels.tsx @@ -24,6 +24,7 @@ import {Divider} from '#/components/Divider' import {CenteredView, ScrollView} from '#/view/com/util/Views' import {ErrorState} from '../ErrorState' import {ModerationLabelPref} from '#/components/moderation/ModerationLabelPref' +import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfo} from '#/components/icons/CircleInfo' interface LabelsSectionProps { isLabelerLoading: boolean @@ -162,6 +163,18 @@ export function ProfileLabelsSectionInner({ hide, warn, and categorize the network. + {labelerInfo.creator.viewer?.blocking ? ( + + + + + Blocking does not prevent this user from placing labels on + your account. + + + + ) : null} {labelValues.length === 0 ? (