Added new tag to mobile SearchLayout tabs

• Added:
- new tag to mobile SearchLayout tabs
This commit is contained in:
mgabdev 2020-11-04 21:27:34 -06:00
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 = [