Show App used for posting a status, when available
This commit is contained in:
parent
5a6aa60d2c
commit
61880b8b86
1 changed files with 8 additions and 0 deletions
|
@ -150,6 +150,14 @@ const DetailedStatus: React.FC<IDetailedStatus> = ({
|
|||
</Text>
|
||||
</a>
|
||||
|
||||
{actualStatus.application && (
|
||||
<a href={(actualStatus.application.website) ? actualStatus.application.website : '#' } target='_blank' rel='noopener' className='hover:underline ml-2'>
|
||||
<Text tag='span' theme='muted' size='sm'>
|
||||
({actualStatus.application.name})
|
||||
</Text>
|
||||
</a>
|
||||
)}
|
||||
|
||||
{actualStatus.edited_at && (
|
||||
<>
|
||||
{' · '}
|
||||
|
|
Loading…
Reference in a new issue