mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
style: prettier file
This commit is contained in:
@@ -27,7 +27,7 @@ function UserTokenListItem({ token, isSelected, onSelect, rowIndex }) {
|
|||||||
</Link>
|
</Link>
|
||||||
</Td>
|
</Td>
|
||||||
<Td dataLabel={t`Description`} id={`token-description-${token.id}`}>
|
<Td dataLabel={t`Description`} id={`token-description-${token.id}`}>
|
||||||
{toTitleCase(token.description)}
|
{toTitleCase(token.description)}
|
||||||
</Td>
|
</Td>
|
||||||
<Td dataLabel={t`Scope`} id={`token-scope-${token.id}`}>
|
<Td dataLabel={t`Scope`} id={`token-scope-${token.id}`}>
|
||||||
{toTitleCase(token.scope)}
|
{toTitleCase(token.scope)}
|
||||||
|
|||||||
Reference in New Issue
Block a user