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