From 4f799b980fd457e5dc97d2427a154576d7a5eded Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 6 May 2016 14:08:02 -0400 Subject: Fxing issue with permalink view and channel header (#2912) --- webapp/components/post_focus_view.jsx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'webapp/components/post_focus_view.jsx') diff --git a/webapp/components/post_focus_view.jsx b/webapp/components/post_focus_view.jsx index d2fbb4532..0655a9916 100644 --- a/webapp/components/post_focus_view.jsx +++ b/webapp/components/post_focus_view.jsx @@ -7,8 +7,6 @@ import PostStore from 'stores/post_store.jsx'; import ChannelStore from 'stores/channel_store.jsx'; import * as GlobalActions from 'action_creators/global_actions.jsx'; -import {FormattedMessage} from 'react-intl'; - import React from 'react'; export default class PostFocusView extends React.Component { @@ -79,19 +77,6 @@ export default class PostFocusView extends React.Component { GlobalActions.emitLoadMorePostsFocusedBottomEvent(); } - getIntroMessage() { - return ( -
-

- -

-
- ); - } - render() { const postsToHighlight = {}; postsToHighlight[this.state.scrollPostId] = true; @@ -113,7 +98,6 @@ export default class PostFocusView extends React.Component { loadMorePostsBottomClicked={this.loadMorePostsBottom} showMoreMessagesTop={!this.state.atTop} showMoreMessagesBottom={!this.state.atBottom} - introText={this.getIntroMessage()} messageSeparatorTime={0} postsToHighlight={postsToHighlight} /> -- cgit v1.2.3-1-g7c22