fix minor bug from previous commit

This commit is contained in:
xenia 2021-01-01 02:28:11 -05:00
parent 5e80e9e496
commit 4bd16ce2cf
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
(~a (project-info-matches proj)) (~a (project-info-matches proj))
(~a (project-info-agent-state proj))))]) (~a (project-info-agent-state proj))))])
(if (empty? body) (if (empty? body)
'(("" " - no projects - " "" "")) '(("" " - no projects - " "" "" ""))
body)))) body))))