From 77f257c8faee7ac087bc22a8990d31523d0f4fdf Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:24:48 +0000 Subject: [PATCH] Merge pull request #16569 from overleaf/td-ieee-collabratec-disable-notification Temporarily remove IEEE Collabratec notification GitOrigin-RevId: 0b329687240c2169fa51a1244010d71ad864a708 --- .../project-list/components/notifications/groups/common.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx b/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx index 4da75722a5..b00badea5b 100644 --- a/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx +++ b/services/web/frontend/js/features/project-list/components/notifications/groups/common.tsx @@ -63,6 +63,11 @@ function CommonNotification({ notification }: CommonNotificationProps) { const { _id: id, templateKey, html } = notification + // Temporarily remove IEEE Collabratec notification + if (templateKey === 'notification_ieee_collabratec_retirement') { + return null + } + return ( <> {templateKey === 'notification_project_invite' ? (