add a comment

This commit is contained in:
Hailey
2024-06-12 12:10:47 -07:00
parent 756ecf9af0
commit d1175f9848
+2
View File
@@ -27,6 +27,8 @@ export function useProfileListsQuery(did: string, opts?: {enabled?: boolean}) {
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 {
...res.data,
lists: res.data.lists.filter(