Ensure profile labels can be appealed separately from account labels (#5154)
This commit is contained in:
parent
4d97a2aa16
commit
76f493c279
4 changed files with 45 additions and 22 deletions
|
@ -86,7 +86,7 @@ let ProfileHeaderShell = ({
|
|||
style={[a.px_lg, a.py_xs]}
|
||||
pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
||||
{isMe ? (
|
||||
<LabelsOnMe details={{did: profile.did}} labels={profile.labels} />
|
||||
<LabelsOnMe type="account" labels={profile.labels} />
|
||||
) : (
|
||||
<ProfileHeaderAlerts moderation={moderation} />
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue