Fix search hashtag (#7459)
This commit is contained in:
parent
3e700f841d
commit
fa43f68a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const Hashtag = ({hashtag, linkStyle}: HashtagProps) => {
|
|||
DeviceEventEmitter.emit(Navigation.NAVIGATE_TO_TAB, {
|
||||
screen: Screens.SEARCH,
|
||||
params: {
|
||||
searchTerm: hashtag,
|
||||
searchTerm: `#${hashtag}`,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue