Updated name of TrendsPanel to TrendsBreakingPanel

• Updated:
- name of TrendsPanel to TrendsBreakingPanel
- removed ScrollableList from TrendsPanel
This commit is contained in:
mgabdev
2020-11-06 23:19:04 -06:00
parent c1cc0e6355
commit 34f1f778cd
12 changed files with 122 additions and 138 deletions

View File

@@ -19,7 +19,7 @@ import Search from '../components/search'
import Pills from '../components/pills'
import {
LinkFooter,
TrendsPanel,
TrendsBreakingPanel,
SearchFilterPanel,
SignUpPanel,
ExploreTimeline,
@@ -179,7 +179,7 @@ class SearchLayout extends React.PureComponent {
layout={[
SignUpPanel,
SearchFilterPanel,
TrendsPanel,
TrendsBreakingPanel,
LinkFooter,
]}
>