Fix search hashtags by author

This commit is contained in:
Eric Bailey
2024-07-11 17:27:48 -05:00
parent 74186950b2
commit 67f6eb4279
+1 -1
View File
@@ -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 {