don't show individual labels on own profile, only "have been placed..." (#4057)
parent
3a8baba129
commit
5e5716c0a8
|
@ -84,9 +84,10 @@ let ProfileHeaderShell = ({
|
||||||
<View
|
<View
|
||||||
style={[a.px_lg, a.pb_sm]}
|
style={[a.px_lg, a.pb_sm]}
|
||||||
pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
||||||
<ProfileHeaderAlerts moderation={moderation} />
|
{isMe ? (
|
||||||
{isMe && (
|
|
||||||
<LabelsOnMe details={{did: profile.did}} labels={profile.labels} />
|
<LabelsOnMe details={{did: profile.did}} labels={profile.labels} />
|
||||||
|
) : (
|
||||||
|
<ProfileHeaderAlerts moderation={moderation} />
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue