Fix looking of profile, work and control pages

This commit is contained in:
Dmitriy Andreev
2021-05-26 17:05:48 +03:00
parent bdd5a68b26
commit 72030040b8
4 changed files with 74 additions and 69 deletions

View File

@@ -21,9 +21,7 @@ class ModelUserTableRow extends React.Component {
name="users"
/>
</td>
<td>
<a href="#">{this.props.user.name}</a>
</td>
<td>{this.props.user.name}</td>
<td>{this.props.user.user.email}</td>
<td>{this.props.user.zendesk_role}</td>
</tr>