mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16569 from overleaf/td-ieee-collabratec-disable-notification
Temporarily remove IEEE Collabratec notification GitOrigin-RevId: 0b329687240c2169fa51a1244010d71ad864a708
This commit is contained in:
parent
f5442626f4
commit
23470e1fde
1 changed files with 5 additions and 0 deletions
|
@ -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' ? (
|
||||
|
|
Loading…
Reference in a new issue