remove trends
This commit is contained in:
@@ -8,7 +8,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
|
||||
import Hashtag from '../../../components/hashtag';
|
||||
import Icon from 'gabsocial/components/icon';
|
||||
import WhoToFollowPanel from '../../ui/components/who_to_follow_panel';
|
||||
import TrendsPanel from '../../ui/components/trends_panel';
|
||||
// import TrendsPanel from '../../ui/components/trends_panel';
|
||||
|
||||
export default @injectIntl
|
||||
class SearchResults extends ImmutablePureComponent {
|
||||
@@ -30,7 +30,7 @@ class SearchResults extends ImmutablePureComponent {
|
||||
return (
|
||||
<div className='search-results'>
|
||||
<WhoToFollowPanel />
|
||||
<TrendsPanel />
|
||||
{/* <TrendsPanel /> */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ import { openModal } from '../../actions/modal';
|
||||
import { WrappedSwitch, WrappedRoute } from './util/react_router_helpers';
|
||||
import UploadArea from './components/upload_area';
|
||||
import TabsBar from './components/tabs_bar';
|
||||
import TrendsPanel from './components/trends_panel';
|
||||
// import TrendsPanel from './components/trends_panel';
|
||||
import WhoToFollowPanel from './components/who_to_follow_panel';
|
||||
import LinkFooter from './components/link_footer';
|
||||
import ProfileInfoPanel from './components/profile_info_panel';
|
||||
@@ -117,7 +117,7 @@ const LAYOUT = {
|
||||
<LinkFooter />,
|
||||
],
|
||||
RIGHT: [
|
||||
<TrendsPanel />,
|
||||
// <TrendsPanel />,
|
||||
<WhoToFollowPanel />,
|
||||
],
|
||||
},
|
||||
@@ -127,7 +127,7 @@ const LAYOUT = {
|
||||
<LinkFooter />,
|
||||
],
|
||||
RIGHT: [
|
||||
<TrendsPanel />,
|
||||
// <TrendsPanel />,
|
||||
],
|
||||
},
|
||||
STATUS: {
|
||||
@@ -135,7 +135,7 @@ const LAYOUT = {
|
||||
LEFT: null,
|
||||
RIGHT: [
|
||||
<WhoToFollowPanel />,
|
||||
<TrendsPanel />,
|
||||
// <TrendsPanel />,
|
||||
<LinkFooter />,
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user