mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Improve compile assistant components (#18351)
GitOrigin-RevId: e42a37743252f6ddbc7db4e51473addb4be041b0
This commit is contained in:
parent
81559967f2
commit
f5aa0a7a93
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ function PdfLogEntry({
|
|||
onClose={onClose}
|
||||
/>
|
||||
|
||||
{(rawContent || formattedContent) && (
|
||||
{(rawContent || formattedContent || window.user.alphaProgram) && (
|
||||
<PdfLogEntryContent
|
||||
rawContent={rawContent}
|
||||
formattedContent={formattedContent}
|
||||
|
|
Loading…
Reference in a new issue