Added new tag to mobile SearchLayout tabs
• Added: - new tag to mobile SearchLayout tabs
This commit is contained in:
parent
e8a792799a
commit
bab6d90981
|
@ -49,6 +49,12 @@ class SearchLayout extends React.PureComponent {
|
|||
component: HashtagTimeline,
|
||||
componentParams: { params: { id: 'election2020' } },
|
||||
},
|
||||
{
|
||||
title: '#StopTheSteal',
|
||||
onClick: () => this.setState({ currentExploreTabIndex: 2 }),
|
||||
component: HashtagTimeline,
|
||||
componentParams: { params: { id: 'stopthesteal' } },
|
||||
},
|
||||
]
|
||||
|
||||
this.searchTabs = [
|
||||
|
|
Loading…
Reference in New Issue