diff --git a/services/web/frontend/js/features/pdf-preview/components/pdf-log-entry.jsx b/services/web/frontend/js/features/pdf-preview/components/pdf-log-entry.jsx index 3cfe787492..4eee462eaa 100644 --- a/services/web/frontend/js/features/pdf-preview/components/pdf-log-entry.jsx +++ b/services/web/frontend/js/features/pdf-preview/components/pdf-log-entry.jsx @@ -62,7 +62,7 @@ function PdfLogEntry({ onClose={onClose} /> - {(rawContent || formattedContent) && ( + {(rawContent || formattedContent || window.user.alphaProgram) && (