1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

Fix: typo in the username column name

This commit is contained in:
Youssef Khedher 2021-10-08 08:51:14 +01:00 committed by GitHub
parent 02c17571de
commit a629846e10

View File

@ -110,7 +110,7 @@ const ApiTokenList = ({ location }: IApiTokenList) => {
<TableHead> <TableHead>
<TableRow> <TableRow>
<TableCell className={styles.hideSM}>Created</TableCell> <TableCell className={styles.hideSM}>Created</TableCell>
<TableCell className={styles.hideSM}>hideSM</TableCell> <TableCell className={styles.hideSM}>Username</TableCell>
<TableCell className={`${styles.center} ${styles.hideXS}`}>Type</TableCell> <TableCell className={`${styles.center} ${styles.hideXS}`}>Type</TableCell>
<ConditionallyRender condition={uiConfig.flags.E} show={<> <ConditionallyRender condition={uiConfig.flags.E} show={<>
<TableCell className={`${styles.center} ${styles.hideXS}`}>Project</TableCell> <TableCell className={`${styles.center} ${styles.hideXS}`}>Project</TableCell>