hour metric on popup, cleaning up utplanner/removing adding from it (because of status)

This commit is contained in:
sghsri
2019-08-23 10:56:36 -05:00
parent d0f5d641d0
commit 2c5a0945c7
9 changed files with 107 additions and 115 deletions

View File

@@ -14,6 +14,8 @@ function getStatusColor(status, sub = false) {
color = sub ? Colors.waitlisted_light : Colors.waitlisted;
} else if (status.includes("closed") || status.includes("cancelled")) {
color = sub ? Colors.closed_light : Colors.closed;
} else {
color = sub ? Colors.no_status_light : Colors.no_status;
}
return color;
}