diff --git a/packages/client/src/views/RegisterForm/review/ReviewSection.tsx b/packages/client/src/views/RegisterForm/review/ReviewSection.tsx index 78a36fdc6e..7cfc1bc072 100644 --- a/packages/client/src/views/RegisterForm/review/ReviewSection.tsx +++ b/packages/client/src/views/RegisterForm/review/ReviewSection.tsx @@ -1936,7 +1936,11 @@ class ReviewSectionComp extends React.Component { )} - {!(isCorrection(declaration) || viewRecord) && ( + {!( + isCorrection(declaration) || + viewRecord || + isDuplicate + ) && (