Added new hashtag in SearchLayout tab bar
• Added: - new hashtag in SearchLayout tab bar
This commit is contained in:
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' } },
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user