We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489b2fe commit 15a9b36Copy full SHA for 15a9b36
site/src/components/UsersTable/UsersTable.tsx
@@ -50,8 +50,8 @@ export const UsersTable: React.FC<UsersTableProps> = ({
50
<TableHead>
51
<TableRow>
52
<TableCell>{Language.usernameLabel}</TableCell>
53
- <TableCell>{Language.rolesLabel}</TableCell>
54
<TableCell>{Language.statusLabel}</TableCell>
+ <TableCell>{Language.rolesLabel}</TableCell>
55
{/* 1% is a trick to make the table cell width fit the content */}
56
{canEditUsers && <TableCell width="1%" />}
57
</TableRow>
0 commit comments