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' ? (