Max - error with spaces #2 [skip ci]

This commit is contained in:
Max Red 2016-12-13 16:48:53 -03:00
parent 2c3e5fe5e6
commit 0dff819838

View File

@ -24,6 +24,7 @@ class TicketEvent extends React.Component {
render() {
let iconNode = null;
if (this.props.type === 'COMMENT' && this.props.author && this.props.author.staff) {
iconNode = this.renderStaffPic();
} else {