device values table reformatting

This commit is contained in:
proddy
2021-04-06 11:18:44 +02:00
parent 33c3ef64e9
commit 9dbc6d4d8f
5 changed files with 44 additions and 55 deletions

View File

@@ -122,9 +122,7 @@ class ManageUsersForm extends React.Component<ManageUsersFormProps, ManageUsersF
{user.username}
</TableCell>
<TableCell align="center">
{
user.admin ? <CheckIcon /> : <CloseIcon />
}
{user.admin ? <CheckIcon /> : <CloseIcon />}
</TableCell>
<TableCell align="center">
<IconButton size="small" aria-label="Delete" onClick={() => this.removeUser(user)}>