Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Feb 11, 2025
1 parent a0e2ce4 commit 6178e06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function AssigneeStep({policy, feed}: AssigneeStepProps) {
currentStep: isEditing ? CONST.COMPANY_CARD.STEP.CONFIRMATION : nextStep,
isEditing: false,
});
return;
}

if (!selectedMember) {
Expand Down

0 comments on commit 6178e06

Please sign in to comment.