[🐴] Overfetch follow for default new dialog state (#4205)
parent
9096655955
commit
406993cf0e
|
@ -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…
Reference in New Issue