Fix search hashtags by author (#4773)

zio/stable
Eric Bailey 2024-07-11 17:35:13 -05:00 committed by GitHub
parent 74186950b2
commit 119b4d3e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {