undid mistake

This commit is contained in:
2025-01-31 19:35:32 -08:00
parent ac0dbef961
commit c863d36836

View File

@@ -626,7 +626,6 @@
:render (fn [i] :render (fn [i]
(link-dropdown (link-dropdown
(into [] (into []
(repeat 5
(concat (->> i (concat (->> i
:invoice/payments :invoice/payments
(map :invoice-payment/payment) (map :invoice-payment/payment)
@@ -651,7 +650,7 @@
(when (:invoice/source-url i) (when (:invoice/source-url i)
[{:link (:invoice/source-url i) [{:link (:invoice/source-url i)
:color :secondary :color :secondary
:content "File"}]))))))}]})) :content "File"}])))))}]}))
(def row* (partial helper/row* grid-page)) (def row* (partial helper/row* grid-page))