Embolden user organization name

This commit is contained in:
Jake McDermott 2020-08-19 10:52:00 -04:00
parent 806a468600
commit dc9f2441df
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -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}>