Fix ES6 padded-blocks eslint rule [MAILPOET-1137]

This commit is contained in:
stoletniy
2017-10-26 15:00:16 +03:00
committed by Vlad
parent 37aec3ee4f
commit 10eca98dc3
17 changed files with 0 additions and 19 deletions

View File

@@ -17,7 +17,6 @@ const App = React.createClass({
const container = document.getElementById('help_container');
if (container) {
ReactDOM.render((
<Router history={history}>
<Route path="/" component={App}>
@@ -28,5 +27,4 @@ if (container) {
</Route>
</Router>
), container);
}