Этот коммит содержится в:
JoramWilander
2015-12-02 11:16:10 -05:00
родитель 9adcbe58fe
Коммит 2abb0ae354

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

@@ -172,8 +172,7 @@ export default class Sidebar extends React.Component {
});
}
onChange() {
const newState = this.getStateFromStores();
this.setState(newState);
this.setState(this.getStateFromStores());
}
updateTitle() {
const channel = ChannelStore.getCurrent();