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