Skip to content

Commit 27059b9

Browse files
committed
lint fix
1 parent fafe11a commit 27059b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/actions/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ export function approveMilestone(success = true, approvalType) {
551551
if (success) {
552552
if (approvalType === 'approve') type = CUSTOMER_APPROVE_MILESTONE_APPROVE_SUCCESS
553553
else if (approvalType === 'reject') type = CUSTOMER_APPROVE_MILESTONE_REJECT_SUCCESS
554-
else type = CUSTOMER_APPROVE_MILESTONE_SUCCESS;
554+
else type = CUSTOMER_APPROVE_MILESTONE_SUCCESS
555555
dispatch({ type })
556556
} else {
557557
if (approvalType === 'approve') type = CUSTOMER_APPROVE_MILESTONE_APPROVE_FAILURE

0 commit comments

Comments
 (0)