Fix issue with the system test comparison page

This commit is contained in:
Christopher Baines 2021-01-14 20:44:41 +00:00
parent 1050070067
commit a88e9db1ff

View file

@ -1233,7 +1233,10 @@ enough builds to determine a change")))
`(td (@ (rowspan 2)) `(td (@ (rowspan 2))
,(render-location ,(render-location
target-git-repositories target-git-repositories
(assq-ref query-parameters 'target_commit) (if (eq? mode 'revision)
(assq-ref query-parameters
'target_commit)
(second target-revision-details))
location-data)) location-data))
"")) ""))
(cons (cons