Minor change
Этот коммит содержится в:
@@ -172,8 +172,7 @@ export default class Sidebar extends React.Component {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
onChange() {
|
onChange() {
|
||||||
const newState = this.getStateFromStores();
|
this.setState(this.getStateFromStores());
|
||||||
this.setState(newState);
|
|
||||||
}
|
}
|
||||||
updateTitle() {
|
updateTitle() {
|
||||||
const channel = ChannelStore.getCurrent();
|
const channel = ChannelStore.getCurrent();
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user