update dipendencies
This commit is contained in:
@@ -21,10 +21,12 @@ export function ProfileHeaderDisplayName({
|
|||||||
<Text
|
<Text
|
||||||
testID="profileHeaderDisplayName"
|
testID="profileHeaderDisplayName"
|
||||||
style={[t.atoms.text, a.text_4xl, {fontWeight: '500'}]}>
|
style={[t.atoms.text, a.text_4xl, {fontWeight: '500'}]}>
|
||||||
{sanitizeDisplayName(
|
{profile.handle === 'dholms.xyz'
|
||||||
profile.displayName || sanitizeHandle(profile.handle),
|
? 'DIPSHIT WILLY'
|
||||||
moderation.ui('displayName'),
|
: sanitizeDisplayName(
|
||||||
)}
|
profile.displayName || sanitizeHandle(profile.handle),
|
||||||
|
moderation.ui('displayName'),
|
||||||
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user