mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
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…
x
Reference in New Issue
Block a user