Fix useResolveUriQuery (#10163)
This commit is contained in:
@@ -44,7 +44,7 @@ export function useResolveUriQuery(uri: string | undefined) {
|
|||||||
...resolvedDidQueryOptions(agent, getUnstableProfile, host),
|
...resolvedDidQueryOptions(agent, getUnstableProfile, host),
|
||||||
select: did => ({
|
select: did => ({
|
||||||
did,
|
did,
|
||||||
uri: urip.toString(),
|
uri: AtUri.make(did, urip.collection, urip.rkey).toString(),
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user