mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Merge pull request #24949 from overleaf/mj-papers-notification-papers-feature
[web] Show papers notification to users with papers feature GitOrigin-RevId: 376ed7a43bec28766f89101588ed2546ec3093d2
This commit is contained in:
committed by
Copybot
parent
c899c577bf
commit
c4326b51b4
+1
-1
@@ -7,7 +7,7 @@ export const usePapersNotification = () => {
|
||||
const shouldShow =
|
||||
inRollout &&
|
||||
user &&
|
||||
user.features?.references &&
|
||||
(user.features?.references || user.features?.papers) &&
|
||||
!user.refProviders?.mendeley &&
|
||||
!user.refProviders?.zotero &&
|
||||
!user.refProviders?.papers
|
||||
|
||||
Reference in New Issue
Block a user