An ATproto social media client -- with an independent Appview.

Fix search hashtags by author (#4773)

authored by

Eric Bailey and committed by
GitHub
119b4d3e 74186950

+1 -1
+1 -1
src/screens/Hashtag.tsx
··· 169 170 const queryParam = React.useMemo(() => { 171 if (!author) return fullTag 172 - return `${fullTag} from:${sanitizeHandle(author)}` 173 }, [fullTag, author]) 174 175 const {
··· 169 170 const queryParam = React.useMemo(() => { 171 if (!author) return fullTag 172 + return `${fullTag} from:${author}` 173 }, [fullTag, author]) 174 175 const {