From d1175f98489611248ae2b79891e9bce345f70f27 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 12 Jun 2024 12:10:47 -0700 Subject: [PATCH] add a comment --- src/state/queries/profile-lists.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/state/queries/profile-lists.ts b/src/state/queries/profile-lists.ts index c4990434d4..112a62c839 100644 --- a/src/state/queries/profile-lists.ts +++ b/src/state/queries/profile-lists.ts @@ -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(