add a comment
This commit is contained in:
@@ -27,6 +27,8 @@ export function useProfileListsQuery(did: string, opts?: {enabled?: boolean}) {
|
|||||||
cursor: pageParam,
|
cursor: pageParam,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Starter packs use a reference list, which we do not want to show on profiles. At some point we could probably
|
||||||
|
// just filter this out on the backend instead of in the client.
|
||||||
return {
|
return {
|
||||||
...res.data,
|
...res.data,
|
||||||
lists: res.data.lists.filter(
|
lists: res.data.lists.filter(
|
||||||
|
|||||||
Reference in New Issue
Block a user