Improve compile assistant components (#18351)

GitOrigin-RevId: e42a37743252f6ddbc7db4e51473addb4be041b0
This commit is contained in:
Alf Eaton
2024-05-16 09:31:46 +01:00
committed by Copybot
parent 8e62723ad3
commit ee774d1811

View File

@@ -62,7 +62,7 @@ function PdfLogEntry({
onClose={onClose}
/>
{(rawContent || formattedContent) && (
{(rawContent || formattedContent || window.user.alphaProgram) && (
<PdfLogEntryContent
rawContent={rawContent}
formattedContent={formattedContent}