mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Improve compile assistant components (#18351)
GitOrigin-RevId: e42a37743252f6ddbc7db4e51473addb4be041b0
This commit is contained in:
@@ -62,7 +62,7 @@ function PdfLogEntry({
|
||||
onClose={onClose}
|
||||
/>
|
||||
|
||||
{(rawContent || formattedContent) && (
|
||||
{(rawContent || formattedContent || window.user.alphaProgram) && (
|
||||
<PdfLogEntryContent
|
||||
rawContent={rawContent}
|
||||
formattedContent={formattedContent}
|
||||
|
||||
Reference in New Issue
Block a user