aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/shared.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-qa-frontpage/view/shared.scm')
-rw-r--r--guix-qa-frontpage/view/shared.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/guix-qa-frontpage/view/shared.scm b/guix-qa-frontpage/view/shared.scm
index 3112028..708ac63 100644
--- a/guix-qa-frontpage/view/shared.scm
+++ b/guix-qa-frontpage/view/shared.scm
@@ -731,8 +731,10 @@
(assoc-ref derivation-changes-counts system)
#:bad-highlighting #t))
important-systems)
- `((tr (td (@ (colspan 10))
- "Build status for the below systems doesn't affect issue status")))
+ (if (null? other-systems)
+ '()
+ `((tr (td (@ (colspan 10))
+ "Build status for the below systems doesn't affect issue status"))))
(map
(lambda (system)
(system+derivations->tr