Fix custom fields not showing
This commit is contained in:
parent
863a43c501
commit
5e356da79a
|
@ -80,7 +80,7 @@ class TicketEvent extends React.Component {
|
|||
}
|
||||
|
||||
renderComment() {
|
||||
const {author} = this.props.author;
|
||||
const author = this.props.author;
|
||||
const customFields = (author && author.customfields) || [];
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue