Merge branch 'main' into starter-packs

This commit is contained in:
Hailey
2024-06-13 18:09:34 -07:00
12 changed files with 237 additions and 112 deletions
+1
View File
@@ -94,6 +94,7 @@ export function usePrefetchProfileQuery() {
const prefetchProfileQuery = useCallback(
async (did: string) => {
await queryClient.prefetchQuery({
staleTime: STALE.SECONDS.THIRTY,
queryKey: RQKEY(did),
queryFn: async () => {
const res = await agent.getProfile({actor: did || ''})