Spacing fixes

This commit is contained in:
Paul Frazee
2023-01-16 16:30:05 -06:00
parent 8a67e8d102
commit 58bf9cb8cd
6 changed files with 31 additions and 16 deletions
+3 -1
View File
@@ -62,7 +62,9 @@ export function UserInfoText({
)
} else if (profile) {
inner = (
<Text type={type} style={style}>{`${prefix || ''}${profile[attr]}`}</Text>
<Text type={type} style={style}>{`${prefix || ''}${
profile[attr] || profile.handle
}`}</Text>
)
} else {
inner = (