Skip to content

Commit

Permalink
fix: deep scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Nov 27, 2024
1 parent 20da332 commit 97b2db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/hooks/features/useTimesheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 97b2db9

Please sign in to comment.