claude 1 - fixes : -/
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 24m33s

This commit is contained in:
2026-01-08 22:30:21 -08:00
parent 62470e7661
commit 74a5ca6331
14 changed files with 509 additions and 456 deletions

View File

@@ -37,7 +37,7 @@ export const useAddWatchedItemMutation = () => {
return useMutation({
mutationFn: async ({ itemName, category }: AddWatchedItemParams) => {
const response = await apiClient.addWatchedItem(itemName, category);
const response = await apiClient.addWatchedItem(itemName, category ?? '');
if (!response.ok) {
const error = await response.json().catch(() => ({