From d218f5a66acc2511c6c72e68c8767b771774e7a9 Mon Sep 17 00:00:00 2001 From: jannisvisser Date: Mon, 2 Oct 2023 08:55:07 +0200 Subject: [PATCH] fix: too late AB#23899 --- .../IBF-dashboard/src/app/components/chat/chat.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/IBF-dashboard/src/app/components/chat/chat.component.ts b/interfaces/IBF-dashboard/src/app/components/chat/chat.component.ts index 638623dde..eeea3af1f 100644 --- a/interfaces/IBF-dashboard/src/app/components/chat/chat.component.ts +++ b/interfaces/IBF-dashboard/src/app/components/chat/chat.component.ts @@ -535,7 +535,7 @@ export class ChatComponent implements OnInit, OnDestroy { if (diff[durationUnit] > durationUnitValue + percentageOvertimeAllowed) { this.isWarn = true; } else { - this.isWarn = true; + this.isWarn = false; } };