diff --git a/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts b/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts index b74c53e57..3917410b7 100644 --- a/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts @@ -49,12 +49,12 @@ import { i18nPipe } from '@start9labs/shared' (overflownChange)="overflow = $event" /> @if (overflow) { - } - @if (notificationItem.code === 1 || notificationItem.code === 2) { -