Fix ES6 keyword-spacing eslint rule [MAILPOET-1082]
This commit is contained in:
@@ -16,7 +16,7 @@ const App = React.createClass({
|
||||
|
||||
const container = document.getElementById('help_container');
|
||||
|
||||
if(container) {
|
||||
if (container) {
|
||||
|
||||
ReactDOM.render((
|
||||
<Router history={history}>
|
||||
|
Reference in New Issue
Block a user