remove trends

This commit is contained in:
robcolbert
2019-07-05 09:24:16 -04:00
parent 8474b50b51
commit b9ad92b539
4 changed files with 10 additions and 10 deletions

View File

@@ -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>
);
}