Fix user role display. Migrate to displayable roles, defined in settings.ZENDESK_ROLES
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user