This commit is contained in:
Bryce Covert
2019-09-30 20:50:52 -07:00
2 changed files with 8 additions and 9 deletions

View File

@@ -631,7 +631,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))]