display loading screen when changing team (#5325)
* display loading screen when changing team * fix lint error
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
829f3cce95
Коммит
11e0a7daa2
@@ -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'
|
||||
|
||||
Ссылка в новой задаче
Block a user