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; } };