Spacing fixes
This commit is contained in:
parent
c659f0ef9f
commit
6d4431b777
6 changed files with 31 additions and 16 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue