diff --git a/app/components/markdown/hashtag/index.tsx b/app/components/markdown/hashtag/index.tsx index b908978c9..4b0d3af5c 100644 --- a/app/components/markdown/hashtag/index.tsx +++ b/app/components/markdown/hashtag/index.tsx @@ -20,7 +20,7 @@ const Hashtag = ({hashtag, linkStyle}: HashtagProps) => { DeviceEventEmitter.emit(Navigation.NAVIGATE_TO_TAB, { screen: Screens.SEARCH, params: { - searchTerm: hashtag, + searchTerm: `#${hashtag}`, }, }); };