fixing a few production issues.

This commit is contained in:
Bryce Covert
2019-09-30 20:40:19 -07:00
parent df3be920e3
commit 032646f591
2 changed files with 8 additions and 9 deletions

View File

@@ -955,7 +955,8 @@
")"))
[:span " "]
[:span.icon.is-small [:i.fa.fa-angle-down {:aria-hidden "true"}]]]
:id ::print-checks}
:id ::print-checks
:is-right? true}
[:div
(list
(for [{:keys [id number name type]} (->> (:bank-accounts current-client) (filter :visible) (sort-by :sort-order))]