Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Dec 9, 2024
1 parent 9b2d205 commit 2a27f57
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const deriveRelatedStageEvent = ({
relatedStageRef?: { current: ?RelatedStageRefPayload},
firstStageMetaData: ?{ stage: ?ProgramStage},
programId: string,
teiId?: ?string;
teiId?: ?string,
}) => {
if (relatedStageRef?.current && relatedStageRef.current.eventHasLinkableStageRelationship()) {
const isValid = relatedStageRef.current.formIsValidOnSave();
Expand Down Expand Up @@ -50,7 +50,6 @@ export const deriveRelatedStageEvent = ({
linkMode,
relatedStageDataValues,
clientRequestEvent,

relatedStageType: selectedRelationshipType,
programId,
currentProgramStageId,
Expand Down

0 comments on commit 2a27f57

Please sign in to comment.