summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_view.jsx
diff options
context:
space:
mode:
authorMika Andrianarijaona <mikaoelitiana@users.noreply.github.com>2017-02-08 19:40:32 +0300
committerJoram Wilander <jwawilander@gmail.com>2017-02-08 08:40:32 -0800
commit11e0a7daa2a478b1dca5164c11aa4e41e5652f1b (patch)
treeee755ee3589a28272fe299f356495aad610fa89f /webapp/components/channel_view.jsx
parent829f3cce9520fae81712a10bc2184315ad6ad107 (diff)
downloadchat-11e0a7daa2a478b1dca5164c11aa4e41e5652f1b.tar.gz
chat-11e0a7daa2a478b1dca5164c11aa4e41e5652f1b.tar.bz2
chat-11e0a7daa2a478b1dca5164c11aa4e41e5652f1b.zip
display loading screen when changing team (#5325)
* display loading screen when changing team * fix lint error
Diffstat (limited to 'webapp/components/channel_view.jsx')
-rw-r--r--webapp/components/channel_view.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/components/channel_view.jsx b/webapp/components/channel_view.jsx
index ff101bca7..dfeeeca28 100644
--- a/webapp/components/channel_view.jsx
+++ b/webapp/components/channel_view.jsx
@@ -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'