mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Embolden user organization name
This commit is contained in:
parent
806a468600
commit
dc9f2441df
@ -19,7 +19,7 @@ export default function UserOrganizationListItem({ organization }) {
|
||||
to={`/organizations/${organization.id}/details`}
|
||||
id={labelId}
|
||||
>
|
||||
{organization.name}
|
||||
<b>{organization.name}</b>
|
||||
</Link>
|
||||
</DataListCell>,
|
||||
<DataListCell key={organization.description}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user