display loading screen when changing team (#5325)

* display loading screen when changing team

* fix lint error
Этот коммит содержится в:
Mika Andrianarijaona
2017-02-08 19:40:32 +03:00
коммит произвёл Joram Wilander
родитель 829f3cce95
Коммит 11e0a7daa2
2 изменённых файлов: 32 добавлений и 9 удалений

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

@@ -70,7 +70,9 @@ export default class ChannelView extends React.Component {
<ChannelHeader
channelId={this.state.channelId}
/>
<PostViewCache/>
<PostViewCache
channelId={this.state.channelId}
/>
<div
className='post-create__container'
id='post-create'