Skip to content

Commit 95c6fbc

Browse files
committed
merge fix
1 parent 3d2d0ea commit 95c6fbc

File tree

1 file changed

+1
-1
lines changed
  • src/projects/detail/components/SimplePlan/components/MilestoneRow

1 file changed

+1
-1
lines changed

src/projects/detail/components/SimplePlan/components/MilestoneRow/MilestoneRow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function MilestoneRow({
4343
isCreatingRow,
4444
isUpdatable,
4545
phaseMembers,
46-
disableDeleteAction
46+
disableDeleteAction,
4747
isCustomer
4848
}) {
4949
const isNeedApproval = milestone.status === PHASE_STATUS_IN_REVIEW

0 commit comments

Comments
 (0)