From 5e356da79a79bda2fc767cebd71c5e50507e9b87 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Wed, 6 Mar 2019 16:25:25 -0300 Subject: [PATCH] Fix custom fields not showing --- client/src/app-components/ticket-event.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (