bug fixes

This commit is contained in:
daniel31x13
2024-11-08 17:57:50 -05:00
parent 8593df4673
commit 7ca574b76f
5 changed files with 50 additions and 33 deletions
-1
View File
@@ -23,7 +23,6 @@ const usePublicTags = (): UseQueryResult<TagIncludingCount[]> => {
const data = await response.json();
return data.response;
},
enabled: status === "authenticated",
});
};