Fix search hashtags by author (#4773)
parent
74186950b2
commit
119b4d3e0a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue