Skip to content

Commit

Permalink
Update add-task-estimation-hours-modal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Sep 1, 2024
1 parent 1faeab1 commit f584bc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ function TaskCard({ task, plan }: ITaskCardProps) {
// Update the detailed task state
getTaskById(task.id);
openTaskDetailsModal();
}, [getTaskById, openTaskDetai
}, [getTaskById, openTaskDetailsModal, task.id]);

const t = useTranslations();
const t = useTranslations();

return (
<Card
Expand Down

0 comments on commit f584bc4

Please sign in to comment.