Added unit test and fixed errors

Этот коммит содержится в:
JoramWilander
2016-01-22 10:19:02 -05:00
родитель bbcf00f02e
Коммит 0d239a1a9e
4 изменённых файлов: 76 добавлений и 11 удалений

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

@@ -124,7 +124,7 @@ export default class SystemAnalytics extends React.Component {
);
}
componentWillReceiveProps(newProps) {
componentWillReceiveProps() {
this.setState({
serverError: null,
channel_open_count: null,