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 81559967f2
commit f5aa0a7a93

View file

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