summaryrefslogtreecommitdiffstats
path: root/webapp/components/permalink_view.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/permalink_view.jsx')
-rw-r--r--webapp/components/permalink_view.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/permalink_view.jsx b/webapp/components/permalink_view.jsx
index c2019cb49..8f443bc05 100644
--- a/webapp/components/permalink_view.jsx
+++ b/webapp/components/permalink_view.jsx
@@ -5,7 +5,7 @@ import $ from 'jquery';
import React from 'react';
import ChannelHeader from 'components/channel_header.jsx';
-import PostFocusView from 'components/post_focus_view.jsx';
+import PostFocusViewController from 'components/post_view/post_focus_view_controller.jsx';
import ChannelStore from 'stores/channel_store.jsx';
import TeamStore from 'stores/team_store.jsx';
@@ -70,7 +70,7 @@ export default class PermalinkView extends React.Component {
<ChannelHeader
channelId={this.state.channelId}
/>
- <PostFocusView/>
+ <PostFocusViewController/>
<div
id='archive-link-home'
>