[🐴] Overfetch follow for default new dialog state (#4205)
This commit is contained in:
parent
9096655955
commit
406993cf0e
1 changed files with 1 additions and 3 deletions
|
@ -314,9 +314,7 @@ function SearchablePeopleList({
|
||||||
isError,
|
isError,
|
||||||
isFetching,
|
isFetching,
|
||||||
} = useActorAutocompleteQuery(searchText, true, 12)
|
} = useActorAutocompleteQuery(searchText, true, 12)
|
||||||
const {data: follows} = useProfileFollowsQuery(currentAccount?.did, {
|
const {data: follows} = useProfileFollowsQuery(currentAccount?.did)
|
||||||
limit: 12,
|
|
||||||
})
|
|
||||||
|
|
||||||
const items = useMemo(() => {
|
const items = useMemo(() => {
|
||||||
let _items: Item[] = []
|
let _items: Item[] = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue