summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_view.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/channel_view.jsx')
-rw-r--r--webapp/components/channel_view.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/channel_view.jsx b/webapp/components/channel_view.jsx
index 6511d960a..ff101bca7 100644
--- a/webapp/components/channel_view.jsx
+++ b/webapp/components/channel_view.jsx
@@ -7,7 +7,7 @@ import React from 'react';
import ChannelHeader from 'components/channel_header.jsx';
import FileUploadOverlay from 'components/file_upload_overlay.jsx';
import CreatePost from 'components/create_post.jsx';
-import PostsViewContainer from 'components/posts_view_container.jsx';
+import PostViewCache from 'components/post_view/post_view_cache.jsx';
import ChannelStore from 'stores/channel_store.jsx';
@@ -70,7 +70,7 @@ export default class ChannelView extends React.Component {
<ChannelHeader
channelId={this.state.channelId}
/>
- <PostsViewContainer/>
+ <PostViewCache/>
<div
className='post-create__container'
id='post-create'