mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-04 00:18:52 -04:00
If you have scheduled and then cancelled jobs this would be enough to show the jobs block on the dashboard (in otherwords it wasn’t filtering out cancelled jobs). However the contents of the table _were_ filtering out cancelled jobs, so the table would be empty and look broken. This commit changes the conditional to operate on the `list` of jobs with cancelled ones filtered out.