Skip to content

Commit

Permalink
Update apps/web/components/pages/task/details-section/blocks/task-sec…
Browse files Browse the repository at this point in the history
…ondary-info.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
evereq and coderabbitai[bot] authored Nov 19, 2024
1 parent 6fa9d66 commit fba11da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function ProjectDropDown (props : ITaskProjectDropdownProps) {
// Set the task project if any
useEffect(() => {
setSelected(organizationProjects.find(project => {
return project.id == task.projectId
return project.id === task.projectId
}))
},[organizationProjects, task.projectId])

Expand Down

0 comments on commit fba11da

Please sign in to comment.