Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey ebe50f7a39 Overfetch follow for default new dialog state 2024-05-23 17:39:46 -05:00
+1 -3
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[] = []