diff --git a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx index 790b704487..c5429e389a 100644 --- a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx +++ b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx @@ -182,7 +182,7 @@ export const PatchBody = ({ // The selected patch commit's sha is included in the commit message, // which means it's part of a previous patch releaseBranchCommit.commit.message.includes( - getPatchCommitSuffix({ commitHash: commit.sha }), + getPatchCommitSuffix({ commitSha: commit.sha }), ), ); const hasNoParent = !commit.firstParentSha;