mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30: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`}
|
||||
id={labelId}
|
||||
>
|
||||
{organization.name}
|
||||
<b>{organization.name}</b>
|
||||
</Link>
|
||||
</DataListCell>,
|
||||
<DataListCell key={organization.description}>
|
||||
|
||||
Reference in New Issue
Block a user