diff --git a/app/components/Form/ProjectAttachmentsFormSummary.tsx b/app/components/Form/ProjectAttachmentsFormSummary.tsx index 773a050509..ab31242b9c 100644 --- a/app/components/Form/ProjectAttachmentsFormSummary.tsx +++ b/app/components/Form/ProjectAttachmentsFormSummary.tsx @@ -60,8 +60,8 @@ const ProjectAttachmentsFormSummary: React.FC = ({ projectRevision ); - // Show diff if it is not the first revision and not view only (rendered from the contacts page) - const renderDiff = /* !isFirstRevision && */ !viewOnly; + // Show diff if it is not view only + const renderDiff = !viewOnly; // If we are showing the diff then we want to see archived records, otherwise filter out the archived contacts let attachmentFormChanges =