Skip to content

Commit

Permalink
Merge pull request #1468 from rodekruis/fix.too-late
Browse files Browse the repository at this point in the history
fix: too late AB#23899
  • Loading branch information
jannisvisser authored Oct 2, 2023
2 parents f359114 + d218f5a commit fb313ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};

Expand Down

0 comments on commit fb313ed

Please sign in to comment.