From 829523cfa5177a1810d9373f9a25bf3b18138d1e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Mar 2021 10:55:09 +0100 Subject: Reduce bundle size using a const enum --- .../src/app/shared/shared-main/users/user-notifications.component.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/src/app/shared/shared-main/users/user-notifications.component.ts') diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.ts b/client/src/app/shared/shared-main/users/user-notifications.component.ts index 387c49d94..2f6ed061a 100644 --- a/client/src/app/shared/shared-main/users/user-notifications.component.ts +++ b/client/src/app/shared/shared-main/users/user-notifications.component.ts @@ -21,9 +21,6 @@ export class UserNotificationsComponent implements OnInit { notifications: UserNotification[] = [] sortField = 'createdAt' - // So we can access it in the template - UserNotificationType = UserNotificationType - componentPagination: ComponentPagination onDataSubject = new Subject() -- cgit v1.2.3