[🐴] Overfetch follow for default new dialog state (#4205)

zio/stable
Eric Bailey 2024-05-23 18:06:50 -05:00 committed by GitHub
parent 9096655955
commit 406993cf0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -314,9 +314,7 @@ function SearchablePeopleList({
isError,
isFetching,
} = useActorAutocompleteQuery(searchText, true, 12)
const {data: follows} = useProfileFollowsQuery(currentAccount?.did, {
limit: 12,
})
const {data: follows} = useProfileFollowsQuery(currentAccount?.did)
const items = useMemo(() => {
let _items: Item[] = []