Fix search hashtags by author (#4773)
This commit is contained in:
parent
74186950b2
commit
119b4d3e0a
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ function HashtagScreenTab({
|
||||||
|
|
||||||
const queryParam = React.useMemo(() => {
|
const queryParam = React.useMemo(() => {
|
||||||
if (!author) return fullTag
|
if (!author) return fullTag
|
||||||
return `${fullTag} from:${sanitizeHandle(author)}`
|
return `${fullTag} from:${author}`
|
||||||
}, [fullTag, author])
|
}, [fullTag, author])
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue