From 97b2db99f8f7169718aaec22d1f7ec862e150766 Mon Sep 17 00:00:00 2001 From: Innocent-akim Date: Wed, 27 Nov 2024 09:49:36 +0200 Subject: [PATCH] fix: deep scan --- apps/web/app/hooks/features/useTimesheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/hooks/features/useTimesheet.ts b/apps/web/app/hooks/features/useTimesheet.ts index 20e0aab85..5655b3e98 100644 --- a/apps/web/app/hooks/features/useTimesheet.ts +++ b/apps/web/app/hooks/features/useTimesheet.ts @@ -255,7 +255,7 @@ export function useTimesheet({ console.error('Failed to delete timesheets:', error); throw error; } - }, [user, queryDeleteTimesheet, logIds, handleDeleteTimesheet, setTimesheet]); + }, [user, queryDeleteTimesheet, logIds, setTimesheet]); const timesheetElementGroup = useMemo(() => {