Merge branch 'main' into starter-packs
This commit is contained in:
@@ -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 || ''})
|
||||
|
||||
Reference in New Issue
Block a user