Fix custom fields not showing

This commit is contained in:
Ivan Diaz 2019-03-06 16:25:25 -03:00
parent 863a43c501
commit 5e356da79a
1 changed files with 1 additions and 1 deletions

View File

@ -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 (