Bug 1317069 - Fix ESLint in new console frontend; r=ntim
MozReview-Commit-ID: 7MgHbRxnU1V
This commit is contained in:
@@ -63,7 +63,8 @@ const Message = createClass({
|
||||
// Event used in tests. Some message types don't pass it in because existing tests
|
||||
// did not emit for them.
|
||||
if (this.props.serviceContainer) {
|
||||
this.props.serviceContainer.emitNewMessage(this.messageNode, this.props.messageId);
|
||||
this.props.serviceContainer.emitNewMessage(
|
||||
this.messageNode, this.props.messageId);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user