Fix user role display. Migrate to displayable roles, defined in settings.ZENDESK_ROLES

This commit is contained in:
Andrew Smirnov
2021-04-01 20:46:07 +03:00
parent 685fe35821
commit 3aaae33c44
3 changed files with 13 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ class TableRow extends React.Component {
<a href="#">{this.props.user.name}</a>
</td>
<td>{this.props.user.user.email}</td>
<td>{this.props.user.role}</td>
<td>{this.props.user.zendesk_role}</td>
<td>
<input
type="checkbox"