mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-12 02:12:42 +00:00
Show upgrade prompt in all pdf detach layouts (#8469)
GitOrigin-RevId: eaaff1e96602ae185fd98cccfb9863827972d4fb
This commit is contained in:
parent
21837fefd7
commit
f340762b39
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@ const ToolbarHeader = React.memo(function ToolbarHeader({
|
|||
pdfViewIsOpen={pdfViewIsOpen}
|
||||
/>
|
||||
)}
|
||||
{window.showHeaderUpgradePrompt && !pdfButtonIsVisible && (
|
||||
<UpgradePrompt />
|
||||
)}
|
||||
{window.showHeaderUpgradePrompt && <UpgradePrompt />}
|
||||
<ProjectNameEditableLabel
|
||||
className="toolbar-center"
|
||||
projectName={projectName}
|
||||
|
|
Loading…
Reference in a new issue