From c4326b51b415371c98604b60d5de4cce4a94813d Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Wed, 16 Apr 2025 15:11:48 +0100 Subject: [PATCH] Merge pull request #24949 from overleaf/mj-papers-notification-papers-feature [web] Show papers notification to users with papers feature GitOrigin-RevId: 376ed7a43bec28766f89101588ed2546ec3093d2 --- .../components/notifications/hooks/use-papers-notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/project-list/components/notifications/hooks/use-papers-notification.ts b/services/web/frontend/js/features/project-list/components/notifications/hooks/use-papers-notification.ts index 2d5426bc39..42eafe25c0 100644 --- a/services/web/frontend/js/features/project-list/components/notifications/hooks/use-papers-notification.ts +++ b/services/web/frontend/js/features/project-list/components/notifications/hooks/use-papers-notification.ts @@ -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