diff --git a/app/views/ReportView/components/AnalystComments/index.tsx b/app/views/ReportView/components/AnalystComments/index.tsx
index 69ebd0dc3..0f80dc4a5 100644
--- a/app/views/ReportView/components/AnalystComments/index.tsx
+++ b/app/views/ReportView/components/AnalystComments/index.tsx
@@ -128,7 +128,6 @@ const AnalystComments = ({
}, [report, isSigned, showConfirmDialog]);
const signatureSection = useMemo(() => {
- if (!comments) return null;
let order: SignatureUserType[] = ['author', 'reviewer', 'creator'];
if (isPrint) {
order = ['creator', 'author', 'reviewer'];
@@ -190,14 +189,12 @@ const AnalystComments = ({
) : (