Ensure profile labels can be appealed separately from account labels (#5154)

This commit is contained in:
Eric Bailey
2024-09-04 18:34:19 -05:00
committed by GitHub
parent 4d97a2aa16
commit 76f493c279
4 changed files with 45 additions and 22 deletions
+1 -1
View File
@@ -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} />
)}