Browse Source

Improve compile assistant components (#18351)

GitOrigin-RevId: e42a37743252f6ddbc7db4e51473addb4be041b0
Alf Eaton 2 years ago
parent
commit
f5aa0a7a93

+ 1 - 1
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) && (
         <PdfLogEntryContent
           rawContent={rawContent}
           formattedContent={formattedContent}