Fix ES6 keyword-spacing eslint rule [MAILPOET-1082]

This commit is contained in:
stoletniy
2017-09-18 18:20:55 +03:00
parent 0cdae52c66
commit 44d0341fb2
26 changed files with 81 additions and 82 deletions

View File

@@ -16,7 +16,7 @@ const App = React.createClass({
const container = document.getElementById('help_container');
if(container) {
if (container) {
ReactDOM.render((
<Router history={history}>