mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
parent
433cca528d
commit
bc52f653cd
@ -112,6 +112,7 @@ export function ProfileStatus(props: any): ReactElement {
|
||||
display='inline-block'
|
||||
verticalAlign='middle'
|
||||
color='gray'
|
||||
title={contact?.status ?? ''}
|
||||
>
|
||||
{contact?.status ?? ''}
|
||||
</RichText>
|
||||
|
@ -176,8 +176,9 @@ const ProfileOverlay = (props: ProfileOverlayProps) => {
|
||||
marginBottom='0'
|
||||
disableRemoteContent
|
||||
gray
|
||||
title={contact?.status ?? ''}
|
||||
>
|
||||
{contact?.status ? contact.status : ''}
|
||||
{contact?.status ?? ''}
|
||||
</RichText>
|
||||
)}
|
||||
</Col>
|
||||
|
Loading…
Reference in New Issue
Block a user