Updating some client deps + eslint

Этот коммит содержится в:
Christopher Speller
2016-02-22 08:31:10 -05:00
родитель 040bff2b9f
Коммит 4c92a1c1e3
90 изменённых файлов: 449 добавлений и 406 удалений

Просмотреть файл

@@ -47,7 +47,7 @@ export default class Logs extends React.Component {
var content = null;
if (this.state.logs === null) {
content = <LoadingScreen />;
content = <LoadingScreen/>;
} else {
content = [];
@@ -61,7 +61,7 @@ export default class Logs extends React.Component {
style.color = 'red';
}
content.push(<br key={'br_' + i} />);
content.push(<br key={'br_' + i}/>);
content.push(
<span
key={'log_' + i}