Resolved blocked service UI bug (#134)

This commit is contained in:
Michael Green
2023-09-23 20:59:01 -07:00
committed by GitHub
parent 586f2c69d8
commit d6d6a5d808
2 changed files with 13 additions and 19 deletions

View File

@@ -64,7 +64,7 @@
var itemStateName;
var itemLastStart;
if (result[i].IsBlocked == false) {
if (result[i].isBlocked == false) {
switch (result[i].itemState) {
case 'NeverStarted':
itemStateName = "Never started";