Skip to content

Commit 243b173

Browse files
authored
Fix linting errors to un-break build (#234)
1 parent 14bde57 commit 243b173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/azdo-pr-dashboard.user.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,9 @@
770770

771771
if (employee.status) {
772772
let status = employee.status;
773-
if (status === "Leave Without Pay") {
773+
if (status === 'Leave Without Pay') {
774774
// Be nice and not show this status like this.
775-
status = "On Leave"
775+
status = 'On Leave';
776776
}
777777
annotateReviewer(nameElement, 'ooo', escapeStringForHtml(status));
778778
}

0 commit comments

Comments
 (0)