Skip to content

Commit

Permalink
All Unit Tests Passing
Browse files Browse the repository at this point in the history
  • Loading branch information
RounakJoshi09 committed Oct 14, 2023
1 parent 3118c7c commit 6e5cd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/git/gitGraphAst.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export const cherryPick = function (sourceId, targetId, tag, parentCommitId) {
tag:
tag ??
`cherry-pick: ${sourceCommit.id}${
sourceCommit.type === commitType.MERGE && ` | parent: ${parentCommitId}`
sourceCommit.type === commitType.MERGE ? ` | parent: ${parentCommitId}` : ''
}`,
};
head = commit;
Expand Down

0 comments on commit 6e5cd2b

Please sign in to comment.