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