diff --git a/src/app/app.component.html b/src/app/app.component.html index 1368d77..acc35de 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -12,7 +12,7 @@ - + diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 0eaba08..7e4ba5e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -134,5 +134,4 @@ export class AppComponent { protected readonly faExclamationTriangle = faExclamationTriangle; protected readonly UserRoles = UserRoles; protected readonly faBell = faBell; - protected readonly undefined = undefined; }