diff --git a/src/azdo-pr-dashboard.user.js b/src/azdo-pr-dashboard.user.js index 3364f7f..f3d7208 100644 --- a/src/azdo-pr-dashboard.user.js +++ b/src/azdo-pr-dashboard.user.js @@ -770,9 +770,9 @@ if (employee.status) { let status = employee.status; - if (status === "Leave Without Pay") { + if (status === 'Leave Without Pay') { // Be nice and not show this status like this. - status = "On Leave" + status = 'On Leave'; } annotateReviewer(nameElement, 'ooo', escapeStringForHtml(status)); }