Merge pull request #227 from omnivore-app/fix/dont-fetch-library-labels

Dont fetch labels until we switch to elastic
This commit is contained in:
Jackson Harper 2022-03-12 21:30:34 -08:00 committed by GitHub
commit 4132800d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,9 +92,6 @@ export function useGetLibraryItemsQuery({
cursor
node {
...ArticleFields
labels {
...LabelFields
}
originalArticleUrl
}
}
@ -112,7 +109,6 @@ export function useGetLibraryItemsQuery({
}
}
${articleFragment}
${labelFragment}
`
const variables = {