style: prettier file

This commit is contained in:
Alexandre Bortoluzzi 2022-05-06 14:32:54 +02:00
parent bbdab82433
commit 1e12e12578

View File

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