diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Hashtag.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Hashtag.tsx b/src/screens/Hashtag.tsx index 34539f510..8bcb9359e 100644 --- a/src/screens/Hashtag.tsx +++ b/src/screens/Hashtag.tsx @@ -169,7 +169,7 @@ function HashtagScreenTab({ const queryParam = React.useMemo(() => { if (!author) return fullTag - return `${fullTag} from:${sanitizeHandle(author)}` + return `${fullTag} from:${author}` }, [fullTag, author]) const { |