Bluesky app fork with some witchin' additions 💫

Fix oopsie (#3538)

authored by danabra.mov 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])