* Fix team switch

* Fix channel switching by using BrowserStore

* Fixes plt-5076 and plt-5068

* Updating styles for Teams sidebar (#4875)
Этот коммит содержится в:
enahum
2016-12-22 15:20:36 -03:00
коммит произвёл Corey Hulen
родитель c9eb23a3d4
Коммит b79b2b2a53
8 изменённых файлов: 138 добавлений и 68 удалений

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

@@ -59,7 +59,7 @@ export default class SignupController extends React.Component {
componentDidMount() {
AsyncClient.checkVersion();
BrowserStore.removeGlobalItem('team');
if (this.props.location.query) {
const hash = this.props.location.query.h;
const data = this.props.location.query.d;