tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix oopsie (#3538)

authored by

dan and committed by
GitHub
2164d322 228d947a

+1
+1
src/components/ProfileHoverCard/index.web.tsx
··· 74 74 const prefetchedProfile = React.useRef(false) 75 75 const prefetchIfNeeded = React.useCallback(async () => { 76 76 if (!prefetchedProfile.current) { 77 + prefetchedProfile.current = true 77 78 prefetchProfileQuery(props.did) 78 79 } 79 80 }, [prefetchProfileQuery, props.did])