From 89db3572517ffa45207da774933e5801a09e275d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Thu, 17 Oct 2024 11:14:03 +0200 Subject: [PATCH] fix(octra): broken online deactivated message --- .../app/core/pages/login/login.component.html | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/apps/octra/src/app/core/pages/login/login.component.html b/apps/octra/src/app/core/pages/login/login.component.html index 4555bd681..e9db10c36 100644 --- a/apps/octra/src/app/core/pages/login/login.component.html +++ b/apps/octra/src/app/core/pages/login/login.component.html @@ -1,14 +1,12 @@
- @if ( - settingsService.appSettings.octra.maintenanceNotification !== - undefined && - settingsService.appSettings.octra.maintenanceNotification.active === - 'active' - ) { + @if (settingsService.appSettings.octra.maintenanceNotification !== + undefined && + settingsService.appSettings.octra.maintenanceNotification.active === + 'active') {