Add some more debug

This commit is contained in:
Jackson Harper
2022-12-30 11:40:39 +08:00
parent c3084d668e
commit 1668f4c8bc

View File

@ -35,6 +35,7 @@ export function useGetLabelsQuery(): LabelsQueryResponse {
`
const { data, mutate, error, isValidating } = useSWR(query, publicGqlFetcher)
console.log(' getting labels: ', isValidating)
try {
if (data) {