mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
style: prettier file
This commit is contained in:
parent
bbdab82433
commit
1e12e12578
@ -27,7 +27,7 @@ function UserTokenListItem({ token, isSelected, onSelect, rowIndex }) {
|
||||
</Link>
|
||||
</Td>
|
||||
<Td dataLabel={t`Description`} id={`token-description-${token.id}`}>
|
||||
{toTitleCase(token.description)}
|
||||
{toTitleCase(token.description)}
|
||||
</Td>
|
||||
<Td dataLabel={t`Scope`} id={`token-scope-${token.id}`}>
|
||||
{toTitleCase(token.scope)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user