undid mistake
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user