This commit is contained in:
Hailey
2024-06-11 22:48:34 -07:00
parent e2f328eee4
commit a6b7034a04
-2
View File
@@ -203,8 +203,6 @@ function ProfileScreenLoaded({
const showListsTab =
hasSession && (isMe || (profile.associated?.lists || 0) > 0)
console.log(starterPacksQuery.data?.pages)
const sectionTitles = [
showFiltersTab ? _(msg`Labels`) : undefined,
showListsTab && hasLabeler ? _(msg`Lists`) : undefined,