diff --git a/client/src/app-components/ticket-event.js b/client/src/app-components/ticket-event.js index ba6fa9e5..06a241d4 100644 --- a/client/src/app-components/ticket-event.js +++ b/client/src/app-components/ticket-event.js @@ -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 (