Added new hashtag in SearchLayout tab bar

• Added:
- new hashtag in SearchLayout tab bar
This commit is contained in:
mgabdev 2020-11-05 11:59:30 -06:00
parent c34fdb2dd4
commit 9c4db8eaf3

@ -50,9 +50,15 @@ class SearchLayout extends React.PureComponent {
componentParams: { params: { id: 'election2020' } },
},
{
title: '#StopTheSteal',
title: '#RiggedElection',
onClick: () => this.setState({ currentExploreTabIndex: 2 }),
component: HashtagTimeline,
componentParams: { params: { id: 'riggedelection' } },
},
{
title: '#StopTheSteal',
onClick: () => this.setState({ currentExploreTabIndex: 3 }),
component: HashtagTimeline,
componentParams: { params: { id: 'stopthesteal' } },
},
]