diff --git a/client/src/app-components/ticket-event.js b/client/src/app-components/ticket-event.js index a284ba00..ebab5f20 100644 --- a/client/src/app-components/ticket-event.js +++ b/client/src/app-components/ticket-event.js @@ -88,6 +88,7 @@ class TicketEvent extends React.Component { {i18n((this.props.author.staff) ? 'STAFF' : 'CUSTOMER')} + {this.props.author.customfields.map(this.renderCustomFieldValue.bind(this))} {(this.props.private*1) ? this.renderPrivateBadge() : null}