stuff is fixed.

This commit is contained in:
Bryce Covert
2020-12-21 12:36:21 -08:00
parent a9b406b555
commit 32009f8599
3 changed files with 10 additions and 10 deletions

View File

@@ -52,7 +52,7 @@
(= :cash type) "Cash"
(= :debit type) "Debit"
:else (if s3-url
[:a {:href s3-url :target "_new"} [:a.button [:span.icon [:i.fa.fa-share-square-o]]
[:a.button {:href s3-url :target "_new"} [:span [:span.icon [:i.fa.fa-share-square-o]]
[:span (str " " check-number )]]]
check-number))]
[grid/cell {} (date->str date) ]
@@ -70,6 +70,7 @@
[:div {:style {:max-width "250px"
:text-overflow "ellipsis"
:white-space "nowrap"
:overflow "hidden"}}
(for [invoice invoices]
^{:key (:invoice-number (:invoice invoice))}